:root {
  font-size: 100%;
}

body {
  background-color: #a023e6;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}



h1 {
  position: fixed;
  top: 0;
  margin: 0 auto;
  text-align: right;
  color: transparent;
  -webkit-text-stroke: #00f000; 
  -webkit-text-stroke-width: 1px; 
  font-family: 'Migra';
  font-size: 50vw;
  text-align: center;
}

/* @keyframes myh1 {
  0% { 
    font-variation-settings: 'wght' 200; 
  }

  100% {
    font-variation-settings: 'wght' 700; 
  }
} */




.text-container {
  position: fixed;
  bottom: 0;
  line-height: 0;
}

.baseline-text {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: baseline;
  color: #00f000;
  font-family: 'Kicker';
  font-size: 50vw;
  font-variation-settings: "LAY1" 1000, "LAY2" 100, "LAY3" 100;
  vertical-align: baseline;
}


/* @keyframes myh2 {
  0% {   font-variation-settings: "LAY1" 100, "LAY2" 100, "LAY3" 100;
  }

  100% {   font-variation-settings: "LAY1" 100, "LAY2" 100, "LAY3" 100;
  }
} */



#navigation-buttons {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

#navigation-buttons a button {
  font-size: 1.5rem;
  font-family: 'Acumin';
  font-variation-settings: 'wght' 800, 'wdth' 50, 'slnt' 0;
  padding: 10px 20px 5px 20px;
  border: 3px solid #fff;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

#navigation-buttons a button:hover {

  font-size: 1.5rem;
  font-family: 'Acumin';
  font-variation-settings: 'wght' 800, 'wdth' 115, 'slnt' 12;
  background-color: #fff;
  color: #a023e6;
}