h1 {
  background-color:blue;
  color: white;
  font-family : Tahoma; 
  font-size: 25px;
  
}

h2 {
  /*background-color:lightgrey;*/
  color: blue;
  font-family : Tahoma; 
  font-size: 20px;
}


body {
  background-color:lightyellow;
  color: black;
  font-family: Ubuntu, Bitter, Serif;
  font-size: 18px;
  }



p {
    padding: 5px;
    text-align: justify;
     /*background:lightyellow;*/
     font-size: 18px;
}



