.button {
  font-weight: 600;
  text-transform: uppercase;
  background-color: #89BE45;
  border-radius: 0px 0px 0px 0px;
}

.button:hover {
  background-color: #315103;
}

.home-options a {
  color: #89BE45;
}

.home-options a:hover {
  color: #315103;
}

.logo {
  text-align: center;
}

footer {
  display: none;
}
