body{
background-color: rgb(24, 23, 23);
}

.nadpis {
    width: 100%;
    position: absolute;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 150px;
    top: 2%;
    background-color: rgba(0, 0, 0, 0.822);
    border-radius: 100px;
    text-shadow: 7px -4px 3px darkgreen;
}

header a img {
    width: 40px;
    position: absolute;
    margin: 2% 86%;
    transition: transform 0.4s;
}

header a img:hover {
    transform: translateY(-3px);  
}

.popis {
    text-align: center;
    margin-top: 5%;
    font-size: 50px;
    color: white;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-shadow: 8px 0px 3px green;
}

#fig figure { justify-content: center;
    align-items: center;
    display: flex;
    padding: 20px;
    
}

#fig figure img{
    width: auto;
    height: 358px;
} 


#fig figcaption {
    width: 1000px;
    height:318px ;
    display: block;
    float: left;
    background-color:rgba(106, 142, 35, 0.418);
    color: white;
    font: normal smaller sans-serif;
    text-align: center;
    padding: 20px;
    overflow: hidden;
    
}

#fig figcaption h2 {
    font-size: 50px;
}

#fig figcaption p {
    font-size: 18px;
    font-style: normal;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.konec {
    color: white;
    width: 100%;
    height: 75px;
    background-color: rgb(29, 65, 35);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

a{
    text-decoration: none;
    color: white;
}
a:hover{
    color: rgb(107, 230, 230);
    font-size: larger;

}
blockquote{
text-align: right;
}

#footer  {
    background-color: rgb(44, 37, 46);
    clear: both;
    height: 50px;
    width: 100%;
    padding: 0;
    margin: 0;
    color: white;    
}


hr{
width: 65%;
align-self: auto;
}
