body{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 16px; background-color: #e8f4f8;
    background-image: url(plavomore.jpeg);
    background-repeat: no-repeat;
    background-position: center;
}
h1{
    font-family: Georgia, serif;
    font-size: 2.5em;
    font-weight: bold;
    font-style: italic;
    background-color: #4169E1;
    color:white;
}
h2{
    font-family: Arial, sans-serif;
    font-size: 1.4em;
    font-style: normal;
    font-weight: 600;
    background-color: #4169E1;
}
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-color: #4169E1;
    background-image: url(plavomore.jpeg);
}
footer{
    background-color: #4169E1;
    color: #e8f4f8;
    font-family: Courier New, monospace;
    font-size: 0.85em;
    font-style: italic;
    background-color: none;
}