h1{
  font-family: Verdana;
  font-weight: normal;
  font-size: 50px;

}
body{
  background-color: black;
  text-align: center;
  color: white;
  font-family: Verdana, sans-serif;

}
a{
  color: Aquamarine;
  font-size: 16px
}
h2{
  font-weight: 300;
  font-size: 42px;
}
p{
  font-family: Verdana;
  font-size: 21px;
  color: gray;
}
.footer
{
  text-align: right;
  color: Gray;
}
