html, body {
  background-color: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
  text-align: center;
  
}





h1 {
  text-align: center;
  color: rgba(0, 183, 255, 0.767);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 80px;
}

h2 {
  text-align: center;
  font-family: cursive;
}

h3 {
  color: crimson;
}


  
  