 h1 {
  display: block;
  font-size: 4em;
  font-family: Arial;
  font-weight: bold;
  color: white;
 }
 h2 {
  display: block;
  font-size: 2em;
  font-family: Arial;
  font-weight: bold;
  color: white;
 }
 h3 {
  display: block;
  font-size: 1.5em;
  font-family: Arial;
  font-weight: bold;
  color: white;
 }
 p {
  display: block;
  font-size: 1em;
  font-family: Arial;
  text-align: justify;
  color: white;
  width: 80%;
 }
 
 a:link {
  font-family: Arial;
  color: white;
  width: 80%;
  text-decoration: none;
 }

 a:visited {
  font-family: Arial;
  color: white;
  width: 80%;
  text-decoration: none;
 }
