body{
    font-family: Georgia, 'Times New Roman', Times, serif;
}
header{
    width: 100%;
    height: 300px;
    background-color: navy;
    color: white;
    text-align: left;
    margin: 0%;
    padding: 0%;
}
h1{
    text-align: right;
    margin-right: 8px;
}
img{
    
    height: 100px;
    width: 100px;
}
#s1{
    text-align: center;
    width: 60%;
    
    
}
#s2{
    
    width: 100%;
    text-align: right;
    background-color: lightblue;
}
.span1 {
    margin-right: 5px;
}
.obraz1 {
    margin-top: 30px;
    height: 400px;
    width: 400px;

}
body{
    background-color: lightblue;
}