body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-image: url(slike/sea.webp) ;
    background-repeat: no-repeat ;
    background-size: cover;
    background-color: #e8f4f8;
    background-color: rgb(88, 186, 243);
}
h1{
    font-family: Georgia, serif;
    font-size: 2.5em;
    font-weight: bold;
    font-style: italic;
    background-color: #005f8c;
    color: white;
}
h2{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    background-color: rgba(0, 95, 140, 0.12);
}
p{
    font-size: 1em;
    font-family: Arial, sans-serif;
    font-style: normal;
    background-color: transparent;
}
strong{
    font-weight: bold;
    font-size: 1.05em;
    background-color: #fffbe6;
}
header{
    background-image: url(slike/val.webp) ;
    background-color: #005f8c;
}
footer{
    background-color: #003d5c;
    font-family: 'Courier New', monospace;
    font-size: 0.85em;
    font-style: italic;
    background-image: none;
}