#HOF-title {
  text-align: center;
  font-size: 40px;
  font-family: "Comfortaa", cursive;
  text-decoration: underline;
  margin-bottom: 40px;
}
#form-wrap {
  margin-bottom: 20px;
}
#uh-oh {
  color: white;
  font-size: 12px;
  text-align: center;
  margin-top: 70px;
}
#HOF {
  text-align: left;
  width: 50%;
  margin: auto;
  margin-bottom: 170px;
}
.name {
  font-size: 30px;
  font-family: "Montserrat",serif;
}
.message {
  font-size: 24px;
  font-family: "Montserrat",serif;
  margin-top: -20px;
  margin-left: 25px;
}
@media only screen and (max-device-width: 480px) {
  .name {
    font-size: 40px;
  }
  .message {
    font-size: 35px;
  }
  #HOF {
    width: 70%;
  }
}