

    h1 {
            color: blue; 
            font-family: Arial, sans-serif; 
            text-align: center; 
    }
     body {
            background-color: #ccffcc; /* Nežno zelena barva */
        }

p {
    font-size: 18px; 
    color: #orange; 
    line-height: 1.5; 
    font-family: Arial, sans-serif; 
}





