body { background-color: lightblue;
       font-family : Times New Roman, Times, serif;
       padding: 80px; }

h1 {
  color: darkslateblue; 
  font-size: 200%;
  font-weight: bold;
}

h2 {
  color: steelblue;
  font-size: 150;
  font-weight: bold;
}

h3 {
  color: indigo; 
  font-size: 130%;
  font-weight: bold;
}

h2:hover, h3:hover {
    color: darkslateblue; 
}
