body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #e8f4f8;
    background-image: url("slike/R.jfif");
    background-repeat: repeat;
}
h1{
    font-family: Georgia, serif;
    font-size: 2.5em;
    font-weight: bold;
    font-style: italic;
    background-color: #005f8c;
    color: white;
}
h2 {
    font-family: Arial, sans-serif;
    font-size: 1.4em;
    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: rgba(0, 95, 140, 0.30);
} 
strong{
    font-weight: bold;
    font-size: 1.05em;
    background-color: #fffbe6;
}
header{
    background-color: #005f8c;
    background-image: url("slike/337078.jpg");
} 
footer{
    background-color: #003d5c;
    font-family: "Courier New", monospace;
    font-size: 0.85em;
    font-style: italic;
    background-image: none;
}