* {
  user-select: none;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  max-width: 750px;
  margin: 0 auto;
  font-size: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Aileron", sans-serif;
  font-weight: bold;
}

img {
  width: 100%;
}
.page-box {
  width: 100%;
  max-width: 750px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  background: url("/assets/bg.png");
  background-size: cover;
  background-position: center center;
}

.page-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-box img {
  width: 40%;
  height: auto;
  object-fit: contain;
  margin-bottom: 10%;
}

.page-box a {
  background: #ddd;
  font-size: 1rem;
  border-radius: 5rem;
  padding: 0.5rem 1rem;
  color: black;
  text-decoration: none;
}

/* @media screen and (min-width: 750px) {
  .page-box img {
    display: none;
    width: 30rem;
    margin-bottom: 10rem;
  }
} */
