body{
    background-color: rgb(111, 156, 163);
}

h1{ 

    color: rgb(39, 59, 5); 

    font-family:Arial, Helvetica, sans-serif;

    font-size: 60px; 

} 

h2{ 

    font-size: 25; 

    color:blueviolet; 

} 

#podebljana_slova{ 

    font-weight: bold; 
    
    color:rgb(7, 23, 37); 
    
    } 

    .plava{ 

        color:blue; 
    
    } 

    div h2 a{ 

        font-size: 27px; 
    
    } 
    
    div h2.plava{ 
    
        font-size: 48px; 
    
    } 