@font-face {
  font-family: "vlated_bold";
  src: url("../../font/vlated_bold_script-webfont.woff2") format("woff2"), url("../../font/vlated_bold_script-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: "vlated_bold", sans-serif;
  margin: 0;
  padding: 0;
  color: white;
}

@media screen and (max-width: 900px) {
  body {
    background-size: 200vh;
    background-position: bottom;
    height: 100%;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  body {
    background-size: 200vw;
    background-position: top;
  }
}
@media screen and (min-width: 1200px) {
  body {
    background-size: 100vw;
  }
}
body {
  overflow: hidden;
}

#foreground, #intro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  text-align: center;
}
#foreground h2, #foreground h3, #intro h2, #intro h3 {
  margin: 20px;
}
#foreground h2, #intro h2 {
  font-size: 50px;
}
#foreground h3, #intro h3 {
  font-size: 40px;
  white-space: nowrap;
}
#foreground hr, #intro hr {
  width: 100px;
  border: 3px solid;
  border-radius: 20px;
  margin: auto;
  cursor: pointer;
}

.button {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 10;
  margin-top: 20vh;
}
.button button {
  font-size: 20px;
  border-radius: 30px;
  border: 3px solid rgba(255, 255, 255, 0.22);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 10px 30px;
  z-index: 1;
  color: rgba(255, 255, 255, 0);
  cursor: pointer;
  transition: background-color 0.3s, width 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), font-size 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  overflow: hidden;
  width: 10px;
  text-align: center;
}
.button button:hover {
  background-color: rgba(194, 194, 194, 0.56);
  width: 170px;
  font-size: 30px;
}/*# sourceMappingURL=index.css.map */