*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: white;
}

body {
  background-color: #050508;
  position: relative;
  height: -moz-max-content;
  height: max-content;
}

main {
  transform: translateY(-70px);
  position: absolute;
}

.section-dividers {
  width: 80vw;
  height: 2px;
  background: linear-gradient(to right, transparent, rgba(0, 229, 255, 0.4078431373), transparent);
  margin: 50px auto;
}/*# sourceMappingURL=global.css.map */