* {
  margin: 0;
  padding: 0;
}

*,
body {
  font-family: "Syne", sans-serif !important;
}

body {
  overflow-x: hidden;
  color: #f4f4f4;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

.subtitle {
  font-size: 6rem;
  position: fixed;
  opacity: 0.05;
  z-index: 6;
  font-weight: 700;
  left: 50%;
  text-align: center;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
  bottom: 2px;
  -webkit-text-stroke: 2px #a1eba9;
}

.stroke,
.subtitle {
  display: inline-block;
  color: transparent;
}

.stroke {
  -webkit-text-stroke: 2px rgb(4, 93, 41);
  transition: all 0.3s ease-in;
}

.stroke:hover {
  color: rgb(4, 93, 41);
}

.char {
  display: inline-block;
}

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