* {
  margin: 0px;
  box-sizing: border-box;
  font-family: "Caveat";
  color: #fff;
}

main {
  background-image: url("./img/hero\ \(1\).png"), url("./img/hero-2\ \(1\).png");
  background-position: left center, right center;
  background-repeat: repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}
h1 {
  font-size: 52px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

h1 small {
  display: block;
  padding-top: 15px;
  font-size: 18px;
}

main a {
  margin-top: 50px;
}

@media (max-width: 568px) {
  h1 {
    font-size: 32px;
    padding-left: 15px;
    padding-right: 15px;
  }

  h1 small {
    font-size: 14px;
  }
}
