font{
    font-family: Arial, Helvetica, sans-serif
    16px
    ;}
    body{
        background-image: url("slike/croatia.jpg.avif");
        background-repeat: no-repeat; 
        background-color: #e8f4f8;
    }
    h1{
        font-family: georgia, serif;
        font-size: 2.5em;
        font-weight: bold;
        font-style: italic;
        background-color: white;
        
    }
    h2{
        font-family: arial,sans-serif;
        font-size: 1.4em;
        background: #005f8c;
        font-weight: 600;
    }
    p{
        font-size: 1em;
        font-style: normal;
        background: transparent;
    }
    element strong{
        font-weight: bold;
        font-size: 0.5em;
        background-color: #fffbe6;
    }
    element header{
        background-color: #005f8c;
        background-image: url("slike/waves.jpg");
    }
    element footer{
        background-color: #003d5c;
        font-family: Courier 'Courier New', Courier, monospace;
        font-size: 0.85em;
        font-style: italic;
        background-image: none;
    }