html {
  font-size: 62.5%;
  font-family: "Sacramento", cursive;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
html body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  background-image: url("IMG_5644.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  padding-left: calc(env(safe-area-inset-left) + 2rem);
  padding-right: calc(env(safe-area-inset-right) + 2rem);
}
@media only screen and (min-width: 600px) {
  html body {
    padding-left: calc(env(safe-area-inset-left) + 4rem);
    padding-right: calc(env(safe-area-inset-right) + 4rem);
  }
}
html body p {
  font-size: 2.8rem;
}

/*# sourceMappingURL=style.css.map */
