* {
    *{ text-color:#283618;
    font-family: sans-serif;
    font-size: 20px; 
}
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: serif;
    font-style: italic;
}

a {
    font-style: italic;
}

a:hover {
    background-color:#ccd5ae;
    color: light green;

}

h2 {
    font-size: 48px;
    text-align: center;
}

h3 {
    font-size: 24px;
}


.hlavicka {
    position: relative;
    width: 100%;
    height: 200px;
}

.hlavicka img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nazev {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 80px;
    text-align: center;
}
 .teslička {
            width: 20%;
            border-radius: 50%;
            float: right;
            margin: 1px;
            border-width: 5px;
            border-color:#ccd5ae;
            border-style: solid;
            }
.fotecky { 
           width: 25%;
           border-width: 5px;
            border-width: 5px;
            border-color:#ccd5ae;
            border-style: solid;
            margin: 0;
}

