body{
    background-color: lightblue;
    font-family: 'Courier New', Courier, monospace;
    }
 h1{
    color: rgb(18, 3, 62);
   }
  p{ 
      font-size: 45; 
      color: rgb(57, 21, 95); 
  } 
  #podebljana_slova{ 
  font-weight: bold; 
  color: rgb(9, 41, 9); 
  } 
  .podebljana_slova{ 
      font-weight:bold; 
  }  
  .crvena{ 
      color: red; }