html {
  height: 100%;
  width: 100%;
  font-size: 5.952380952vw;
  overflow-y: auto;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 0.12rem;
  background: #0a1613;;
  color: #27F5B4;
}
.fab, .fa-brands {
    font-weight: 100;
    font-size: xx-large;
}
nav,
main,
article {
  display: block;
}
a {
  color: #14fdce;
}

/* unvisited link */
a:link {
  color: #14fdce;
}

/* visited link */
a:visited {
  color: #673585;
}

/* mouse over link */
a:hover {
  color: #00ff74;
}

/* selected link */
a:active {
  color: #00ff74;
}
input.menu-checkbox {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: fixed;
  top: 0.4rem;
  right: 0.4rem;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 105;
  -webkit-touch-callout: none;
}
.invert-header {
  display: none;
}
.menu-invert-clipbox {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  clip: rect(0, auto, auto, 0);
}
.menuToggle.menu-invert {
  z-index: 104;
}
.menuToggle {
  display: block;
  position: fixed;
  top: 0.4rem;
  right: 0.4rem;
  z-index: 103;
  -webkit-user-select: none;
  user-select: none;
}
input.menu-checkbox:checked ~ .menuToggle .menu {
  background: linear-gradient(#040506, #1c332d);
  height: 100vh;
  transition: 0.2s linear all;
  opacity: 1;
}
input.menu-checkbox:checked ~ .menuToggle span.hamburger,
input.menu-checkbox:checked ~ .menu-invert-clipbox .menuToggle span.hamburger {
  opacity: 1;
  transform: translate(0, 0.2rem) rotate(225deg);
  background-color: #27F5B4 !important;
}
input.menu-checkbox:checked ~ .menuToggle span.hamburger-2,
input.menu-checkbox:checked
  ~ .menu-invert-clipbox
  .menuToggle
  span.hamburger-2 {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
input.menu-checkbox:checked ~ .menuToggle span.hamburger-3,
input.menu-checkbox:checked
  ~ .menu-invert-clipbox
  .menuToggle
  span.hamburger-3 {
  transform: translate(0, -0.2rem) rotate(-225deg);
}
input.menu-checkbox:checked ~ .menu-invert-clipbox span.hamburger {
  background-color: rgb(12, 35, 60);
}
.menuToggle.menu-invert span.hamburger {
  background-color: rgb(255, 255, 255);
}
.menuToggle span.hamburger {
  display: block;
  width: 0.5rem;
  height: 0.1rem;
  margin-bottom: 0.1rem;
  position: relative;
  z-index: 102;
  background-color: #27F5B4;
  transform-origin: center;
  transition: transform 0.25s cubic-bezier(0.77, 0.2, 0.05, 1),
    background-color 0.15s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.25s ease;
}
.menu {
  height: 0;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: 0.2s linear all;
  opacity: 0;0.4rem
}
a.logo-in-menu {
  top: 0.4rem;
  left: 0.4rem;
  z-index: 102;
}
a.logo {
  position: absolute;
  display: block;
  font-weight: 100;
  font-size: 0.5rem;
  text-decoration: none !important;
  color: #14fdce;
  font-family: 'VT323';
}

.blocktext {
  font-size: 1rem;
  position: relative;
  /* font-weight: 500; */
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
}
.menu-container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-container a {
  text-decoration: none;
  color: #27F5B4;
}
.menu-social {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 3vh;
}
.menu-social a,
.menu-privacy-policy a {
  margin: 0 0.2rem;
  font-size: 0.4rem;
}
.menu-privacy-policy {
  text-align: center;
  font-size: 1.5vh;
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
}
.menu-main a {
  text-align: center;
  margin: 0px auto;
  display: block;
  font-size: 10vh;
  font-weight: 100;
}
