body{
  background-color: hotpink
}


h1{
  font-size: 20px;
  color:lightcyan;
  font-family: "copperplate";
  margin-top: 250px;
  text-align: center;
}

h1:hover{background-color: palegreen}


h2{
  font-size: 20px;
  color:lightcyan;
  font-family: "copperplate";
  margin-top: 50px;
  text-align: center;

}

h2:hover{background-color: palegreen}

h3{
  font-size: 20px;
  color:lightcyan;
  font-family: "copperplate";
  margin-top: 50px;
  text-align: center;

}

h3:hover{background-color: palegreen}

h4{
  font-size: 20px;
  color:lightcyan;
  font-family: "copperplate";
  margin-top: 50px;
  text-align: center;

}

h4:hover{background-color: palegreen}

h5{
  font-size: 20px;
  color:lightcyan;
  font-family: "copperplate";
  margin-top: 50px;
  text-align: center;

}

h5:hover{background-color: palegreen}







a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }
