h1
 {
  font-family: "Times New Roman";
  font-size: 40px;
  font-style: inherit;
  color: black;
  text-align: center;
}
h2
{
  font-family: "Times New Roman";
  font-size: 20px;
  font-style: italic;
  margin-right: 75px;
  margin-left: 75px;
  
}

p
{
  font-family: "Times New Roman";
  font-size: 20px;
  color: black;
  font-style: normal;
  margin-right: 75px;
  margin-left: 75px;
}
footer
{
  font-size: 60px;
  color: darkmagenta;
  text-align-last: center;
}





