.home-button {
  opacity: 90%;
  border-radius: 2vh;
  font-size: 7vh;
  font-weight: 500;
  line-height: 1.1em;
  flex-basis: 27%;
  height: 25vh;
}

.home-button:first-child {
  margin-bottom: 5vh;
}
