* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.iceland-regular {
  font-family: "Iceland", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 0;
  overflow: scroll;
  background: black;
  position: relative;
}
body h1 {
  position: relative;
  color: white;
  text-align: center;
  font-size: 2.5vw;
  padding-top: 5vw;
}
body h2 {
  font-family: "Iceland", sans-serif;
  position: relative;
  color: white;
  text-align: center;
  margin: 5vw;
  font-size: 2vw;
}
body p {
  font-family: "Iceland", sans-serif;
  position: relative;
  color: white;
  font-size: 1.5vw;
}
body .hero {
  margin: 5vw 25vw 0 25vw;
}
body .hero p {
  margin-bottom: 1vw;
}

canvas {
  width: 100vw;
  height: 100svh;
  display: block;
  position: fixed;
}/*# sourceMappingURL=style.css.map */