:root {
  font-size: 100%;
  font-family: 'Bodoni Moda'; 
}

body {
  background-color: black;
  margin: 0;
}

h1 {
  font-size: 10rem;
  color: rgb(192, 184, 27);
  font-weight: 400;
  animation: my-super-weight 2s infinite alternate;
  margin: 0;
  line-height: 7.47rem;
}


.flex-container {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  
}

.flex-container span {
  font-size: 10rem;
  -webkit-animation: hue 5s infinite linear;
}


@keyframes my-super-weight {
  from { font-variation-settings: 'wght' 400, 'opsz' 96; }
  to { font-variation-settings: 'wght' 900, 'opsz' 46; }
}

.h2-container {
  display: flex;
  width: 115px;
  margin-right: 10px;
  height: 7rem;
  justify-content: center; 
  align-items: center; 
  padding: 20px;
  margin-top: 2px;   
  background-color: #FFEB00; 
  border-radius: 100px;    

}

h2 {
  font-size: 6rem;   
  color: #fff; 
  font-family: 'Bodoni Moda';
  font-weight: normal; 
  text-transform: uppercase; 
  -webkit-animation: hue 5s infinite linear;
}


@keyframes my-super-weight2 {
  0% { font-variation-settings: 'wght' 400, 'opsz' 96; }
  50% { font-variation-settings: 'wght' 900, 'opsz' 46; }
  100% { font-variation-settings: 'wght' 400, 'opsz' 96; }
}

@keyframes my-super-weight3 {
  0% { font-variation-settings: 'wght' 400, 'opsz' 96; }
  10% { font-variation-settings: 'wght' 900, 'opsz' 46; }
  20% { font-variation-settings: 'wght' 400, 'opsz' 96; }
  30% { font-variation-settings: 'wght' 900, 'opsz' 46; }
  40% { font-variation-settings: 'wght' 400, 'opsz' 96; }
  50% { font-variation-settings: 'wght' 900, 'opsz' 46; }
  60% { font-variation-settings: 'wght' 400, 'opsz' 96; }
  70% { font-variation-settings: 'wght' 900, 'opsz' 46; }
  80% { font-variation-settings: 'wght' 400, 'opsz' 96; }
  90% { font-variation-settings: 'wght' 900, 'opsz' 46; }
  100% { font-variation-settings: 'wght' 400, 'opsz' 96; }
}



.o-color-1 { color: #FFC107; } /* Gelb */
.o-color-2 { color: #FFEB00; } /* Helles Gelb */
.o-color-3 { color: #FFD700; } /* Gold */
.o-color-4 { color: #FFC107; } /* Gelb */
.o-color-5 { color: #FFD700; } /* Gold */
.o-color-6 { color: #FFCA28; } /* Mellow Gelb */
.o-color-7 { color: #FFD700; } /* Gold */


.font-1-2 {
  font-family: 'Bodoni Moda';
  font-weight: normal;
  margin-right: 20px;
}

.font-2-1 {
  font-family: 'Bodoni Moda';
  font-weight: bold;
  font-style: italic;
  margin-right: 40px;
}

.font-3-1 {
  font-family: 'Bodoni Moda';
  font-weight: 100;

}

.font-4-1 {
  font-family: 'Bodoni Moda';
  font-weight: bolder;

}

.font-5-1 {
  font-family: 'Bodoni Moda';
  font-weight: normal;
  font-style: italic;

}

.font-6-1 {
  font-family: 'Bodoni Moda';
  font-weight: 100;
}

.font-7-1 {
  font-family: 'Bodoni Moda';
  font-weight: bold;
}


@-webkit-keyframes hue {
  10% {
    -webkit-filter: hue-rotate(0deg);
  }
  9% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 1;
  }

  10% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 0;
  }
  11% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 1;
  }
  12% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 0;
  }
  13% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 1;
  }

 20% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 1;
  }

  21% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 1;
  }

  22% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 0;
  }

  23% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 1;
  }

  24% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 0;
  }

  25% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 1;
  }

  26% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 0;
  }

  40% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 0;
    transform: scaleY(1);
  }

  41% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 1;
    transform: scaleY(0.01);
  }

  50% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 1;
    transform: scaleY(0.01);
  }

  51% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 1;
    filter: blur(50px);
    transform: scaleY(0.01) scaleX(5);
  }

  52% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 1;
    filter: blur(50px);
    transform: scaleY(1);
  }

  53% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 1;
    filter: blur(50px);
    transform: scaleY(0.01);
  }

  54% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 1;
    filter: blur(50px);
    transform: scaleY(0.01) scaleX(5);
  }

  55% {
    -webkit-filter: hue-rotate(-90deg);
    opacity: 1;
    transform: scaleY(1);
  }

  100% {
    -webkit-filter: hue-rotate(-360deg);
  }
}