body {
  
  text-align: center;
}


h1 {
  color: black;
  display: inline-block;
  margin-top: 100px;
  font-weight: bold;
  font-size: 200pt;
  font-family: Arial, sans-serif;
}


h2 {
  color: black;
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  font-style: italic;
  font-size: 30pt;
  font-family: Arial, sans-serif;
}

h3 {
  color: #D3D3D3;
  display: inline-block;
  font-size: 5pt;
  font-family: Arial, sans-serif;
}