body{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}
img{
    width: 100%;
}
area{
    cursor: pointer;
}
.naslov{
    width: 100vw;
    height: 5vh;
    background-color: #DC0000;
    color: white;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;

    text-shadow: 2px 2px 0 #4074b5,
        2px -2px 0 #4074b5, -2px 2px 0 #4074b5,
        -2px -2px 0 #4074b5, 2px 0px 0 #4074b5,
        0px 2px 0 #4074b5, -2px 0px 0 #4074b5,
        0px -2px 0 #4074b5;
    border-bottom: 1px solid white;
}
#message-box-2{
    background-color: #DC0000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-bottom: 1px solid white;
    padding: 2px 0px;
}
@media(max-width: 1366px){
   
    .naslov{
        font-size: 22px;
    }
}


        
   
   
    






















