.wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: auto;
}

.wrapper .section {
  width: 100%;
  height: 100vh;
  background: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
}

body {
  scroll-behavior: smooth;
  font-family: sofia-pro, sans-serif;
  font-style: normal;
}

h1, .ghost {
  font-size: calc(10.7143vw - .642857rem);
  font-weight: 700;
  line-height: 0;
}

.section h1 {
  z-index: 10;
  color: #5ae8a4;
  text-align: center;
  width: 100%;
  text-align: center;
  background: #000;
  padding: 0 0 28px;
  top: 300px;
  left: 0;
  margin: 0 !important;
}

.section .ghost {
  -webkit-text-stroke: 2px #5ae8a4;
  -webkit-text-fill-color: transparent;
  text-align: center;
  width: 100%;
  opacity: 0;
  position: fixed;
  top: 300px;
  left: 0;
}

/*# sourceMappingURL=index.b10d73a7.css.map */
