/* CSS Document */
*{flex-wrap:wrap;}
body{background: #C1B8C8;}
h1{font-size: 45px;
    margin-top: 2em;
    color: #7A8B99;
    text-align: center;
    font-family: Georgia, Sherif;}
h2{font-size: 35px;
    margin-top: 2em;
    color: #7A8B99;
    text-align: center;
    font-family: Georgia, Sherif;}
ul{background-color: #9BA0BC;
    text-align: center;
    display: flex;
    font-size: 25px;
    color: #A9DDD6;
    width: 90%;
    justify-content: space-around;
    margin: 2em;
    text-align: center;}
    
.box{display: flex;
    flex-direction: row;
    margin: 2em;
    }
.fotky{
display:flex;
flex-direction:column;
width:32.5%;
}
.fotky img{
width:100%;
padding-bottom:1%;
border-radius:2%;
}
img{height: auto;}
#vlajkaanj{position: absolute;
    top: 1%;
    left: 35%;}   
#vlajkask{position: absolute;
    top: 1%;
    left:10%;}
#vlajkanj{position: absolute;
    top: 1%;
    left:10%;}