@font-face {
  font-family: "Poppins";
  src: url(assets/fonts/9e1bb626874ed49aa343d66b8d66ceaf.ttf) format("truetype");
  font-weight: medium;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100vh;
  font-family: "Poppins";
  background: rgb(24, 24, 24);
}

.webgl {
  position: absolute;
  top: 0;
  left: 0;
  outline: none;
  mix-blend-mode: exclusion;
  width: 100% !important;
}

.container {
  height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
}

h1 {
  font-size: 8rem;
  text-transform: uppercase;
  color: white;
}

section {
  height: 100vh;
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 10vw;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 14vw;
  }
}


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