.body {
    background-color: #ced1cb;
}
.zaglavie {
    color: #5B422D;
    font-size: 40px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    text-decoration: underline;
}

.kontroli {
    color: #5B422D;
    font-size: 35px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-left: 100px;
    text-decoration: underline;
}

.kontroli-text {
    color: #5B422D;
    font-size: 25px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-left: 150px;
}

.galeria {
    color: #5B422D;
    font-size: 35px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-left: 100px;
    text-decoration: underline;
}

.images-all {
    padding-top: 25px;
    text-align: center;
}

.images {
    width: 650px;
    height: 450px;
}

.button-container {
    text-align: center;
}

.button-download {
    background-color: rgb(46, 124, 14);
    color: #ffffff;
    font-size: 24px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 15px 30px;
    border-radius: 10px;
    border: 4px solid #5B422D;
    
}
  