body main {
  font-family: 'Patrick Hand', cursive;
  font-size: 1.2rem;
}

body main p {
  width: 60vw;
  text-align: center;
}

body main p strong {
  font-family: 'Gochi Hand', cursive;
  font-size: 1.8rem;
}

body main .btn {
  font-family: 'Patrick Hand', cursive;
  font-size: 2rem;
  width: 200px;
  height: 50px;
  border-radius: 5px;
}

@media (min-height: 700px) {
  main {
    font-size: 1.8rem !important;
  }
  main p strong {
    font-size: 2.5rem !important;
  }
}
/*# sourceMappingURL=index.css.map */