h1 {
  font-size: x-large;
  font-weight: bold;
  text-transform: capitalize;
  font-family: Verdana;
  color: black;
  font-style: normal;
  text-align: center;
}
body {
  font-size: small;
  font-weight: normal;
  text-align: left;
  line-height: normal;
  text-decoration: none;
  color: black;
  font-family: Verdana;
}
p {
  line-height: normal;
  font-style: normal;
  text-decoration: none;
  font-size: medium;
  font-weight: normal;
  text-align: left;
  font-family: Verdana;
}
h2 {
  font-family: Verdana;
  font-size: medium;
  line-height: normal;
  color: black;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}
