*{
    box-sizing: border-box;
}
body{
    background-color: #f4a261;
    font-family: sans-serif;
    color: #1b313a;
 
}
header{
    text-align: center;
    border-bottom: #1b313a solid 2px;
}
a{
    text-decoration: none;
    color: #1b313a;
   
}

.geo_likovi{
    margin-top: 100px;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    flex-wrap: wrap;
    
}

article{
    border: 3px solid #1b313a;
    max-width: 500px;
    border-radius: 20px;
}
article:hover{
    transform: scale(1.03);
    transition: 1s;
}
img{
    max-width: 290px;
    max-height: 100px;
}