html{
    background-image: url(../img/pozadi.gif);
}

body{
    margin: 0;
}

img{
    width: 456px;
    height: 122px;
}

ul{
    margin: 0px;
    padding-inline-start: 20px;
    list-style: url(../img/ikonka.png);
}

ul li{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(82, 61, 61);
}

p{
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.name_image{
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
}
#infotext{
    text-align: center;
}

.gallery img{
    width: 200px;
    height: 150px;
    border: 1px solid lightgrey;
}

.gallery{
    display: flex;
    justify-content: center;
    width: 40%;
}

.gallery_item{
    padding: 10px;
    background-color: rgb(228, 214, 197);
    margin-right: 5px;
    margin-bottom: 5px;
}