:root {
  font-size: 100%;
}

/* Violet #a023e6 */
/* Grün #00f000 */

body {
  /* height: 100vw; */
  background-color: #a023e6;
  color: #00f000;
  overflow: hidden;
  /* margin: 0vw 1vw; */
}

div {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: 1fr;
  justify-content: center;
}

span {
  font-family: 'Antarctica';
  font-size: 14vw;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px #00f000;
  font-variation-settings: 'wght' 300, 'wdth' 20, 'CNTR' 0;
  animation: wave 4s ease-in-out infinite alternate;
}


@keyframes wave {
  0% {
    font-variation-settings: 'wght' 100, 'wdth' 10, 'CNTR' 0;
    transform: scale(1);
  }
  50% {
    font-variation-settings: 'wght' 900, 'wdth' 10, 'CNTR' 0;
    transform: scale(1.7);
  }
  100% {
    font-variation-settings: 'wght' 100, 'wdth' 10, 'CNTR' 0;
    transform: scale(1);
  }
}


div:nth-child(1) span:nth-child(1) { animation-delay: 0s; }
div:nth-child(1) span:nth-child(2) { animation-delay: 0.1s; }
div:nth-child(1) span:nth-child(3) { animation-delay: 0.2s; }
div:nth-child(1) span:nth-child(4) { animation-delay: 0.3s; }
div:nth-child(1) span:nth-child(5) { animation-delay: 0.4s; }
div:nth-child(1) span:nth-child(6) { animation-delay: 0.5s; }
div:nth-child(1) span:nth-child(7) { animation-delay: 0.6s; }
div:nth-child(1) span:nth-child(8) { animation-delay: 0.7s; }
div:nth-child(1) span:nth-child(9) { animation-delay: 0.8s; }
div:nth-child(1) span:nth-child(10) { animation-delay: 0.9s; }
div:nth-child(1) span:nth-child(11) { animation-delay: 1s; }

div:nth-child(2) span:nth-child(1) { animation-delay: 0.2s; }
div:nth-child(2) span:nth-child(2) { animation-delay: 0.3s; }
div:nth-child(2) span:nth-child(3) { animation-delay: 0.4s; }
div:nth-child(2) span:nth-child(4) { animation-delay: 0.3s; }
div:nth-child(2) span:nth-child(5) { animation-delay: 0.4s; }
div:nth-child(2) span:nth-child(6) { animation-delay: 0.5s; }
div:nth-child(2) span:nth-child(7) { animation-delay: 0.6s; }
div:nth-child(2) span:nth-child(8) { animation-delay: 0.7s; }
div:nth-child(2) span:nth-child(9) { animation-delay: 0.8s; }
div:nth-child(2) span:nth-child(10) { animation-delay: 0.9s; }
div:nth-child(2) span:nth-child(11) { animation-delay: 1s; }

div:nth-child(3) span:nth-child(1) { animation-delay: 0.3s; }
div:nth-child(3) span:nth-child(2) { animation-delay: 0.4s; }
div:nth-child(3) span:nth-child(3) { animation-delay: 0.5s; }
div:nth-child(3) span:nth-child(4) { animation-delay: 0.6s; }
div:nth-child(3) span:nth-child(5) { animation-delay: 0.7s; }
div:nth-child(3) span:nth-child(6) { animation-delay: 0.8s; }
div:nth-child(3) span:nth-child(7) { animation-delay: 0.9s; }
div:nth-child(3) span:nth-child(8) { animation-delay: 1s; }
div:nth-child(3) span:nth-child(9) { animation-delay: 1.1s; }
div:nth-child(3) span:nth-child(10) { animation-delay: 1.2s; }
div:nth-child(3) span:nth-child(11) { animation-delay: 1.3s; }

div:nth-child(4) span:nth-child(1) { animation-delay: 0.4s; }
div:nth-child(4) span:nth-child(2) { animation-delay: 0.5s; }
div:nth-child(4) span:nth-child(3) { animation-delay: 0.6s; }
div:nth-child(4) span:nth-child(4) { animation-delay: 0.7s; }
div:nth-child(4) span:nth-child(5) { animation-delay: 0.8s; }
div:nth-child(4) span:nth-child(6) { animation-delay: 0.9s; }
div:nth-child(4) span:nth-child(7) { animation-delay: 1s; }
div:nth-child(4) span:nth-child(8) { animation-delay: 1.1s; }
div:nth-child(4) span:nth-child(9) { animation-delay: 1.2s; }
div:nth-child(4) span:nth-child(10) { animation-delay: 1.3s; }
div:nth-child(4) span:nth-child(11) { animation-delay: 1.4s; }

div:nth-child(5) span:nth-child(1) { animation-delay: 0.5s; }
div:nth-child(5) span:nth-child(2) { animation-delay: 0.6s; }
div:nth-child(5) span:nth-child(3) { animation-delay: 0.7s; }
div:nth-child(5) span:nth-child(4) { animation-delay: 0.8s; }
div:nth-child(5) span:nth-child(5) { animation-delay: 0.9s; }
div:nth-child(5) span:nth-child(6) { animation-delay: 1s; }
div:nth-child(5) span:nth-child(7) { animation-delay: 1.1s; }
div:nth-child(5) span:nth-child(8) { animation-delay: 1.2s; }
div:nth-child(5) span:nth-child(9) { animation-delay: 1.3s; }
div:nth-child(5) span:nth-child(10) { animation-delay: 1.4s; }
div:nth-child(5) span:nth-child(11) { animation-delay: 1.5s; }





#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;
}
