h1 {
  text-align: center;
  margin: 0;
  margin-top: 50px;
}

h2 {
  text-align: center;
  font-size: 30px;
}

.homeButton {
  font-size: 0.5em;
  font-weight: bold;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  text-decoration: none;
  color: white;
  border-width: 2px 2px;
  border-style: solid;
  border-color: #474646;
  padding: 12px 40px;
  border-radius: 10px;
  background-color: #474646;
}

.homeButton:hover {
  background: none;
}
