body {
  background-color: grey;
}

h1 {
  color: black;
  font-family: verdana;
  font-size: 50px;

}

h2 {
  color: black;
  font-family: verdana;
  font-size: 40px;

}


p {
  font-family: verdana;
  font-size: 20px;
}

footer{
  text-align: center;
}
