 body {
  background-color: white;
}
a:link {
  color: darkgray;
  text-decoration: none;
}
a:visited {
  color: darkgray;
  text-decoration: none;
}
a:hover {
  color: maroon;
  text-decoration: none;
}
a:active {
  color: darkgray;
  text-decoration: none;
} 

h1 {
  color: dimgray;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  margin-top: 0px; 
  margin-bottom: 0px;
}

h2 {
  color: darkgray;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  margin-top: 0px; 
  margin-left: 80px;
  margin-bottom: 0px;
}

p {
  color: darkgrey;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  white-space: pre-line;
}
 
div {
 position: absolute;
 max-width:500px;
 border: 2px solid lightgrey;
 padding: 50px;
 margin: 20px;
 left: 50%;
 margin-right: -50%;
 transform: translate(-50%) 
 }
 


  
