: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-container1 {
  z-index: 0;
  margin-left: 220px;
  width: 800px;
  display: flex;
  flex-wrap: wrap;
}

.flex-container span {
  font-size: 10rem;
}

.flex-container2 {
  z-index: 2;
  margin-top: -2260px;
  margin-left: 730px;
  width: 400px;
 
  display: flex;
  flex-wrap: wrap;
  animation: my-super-weight 2s 1s infinite alternate;
}


@keyframes my-super-weight {
  0% { font-variation-settings: 'wght' 400, 'opsz' 96; 
    transform: skewY(15deg) skewX(20deg);
  }

  100% { font-variation-settings: 'wght' 400, 'opsz' 96; 
    transform: skewY(20deg) skewX(25deg);
  }
}

.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;    
  animation: my-super-weight1 2s infinite alternate;
}

h2 {
  font-size: 6rem;   
  color: #fff; 
  font-family: 'Bodoni Moda';
  font-weight: normal; 
  text-transform: uppercase; 
  animation: my-super-weight3 2s infinite alternate;
}

.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;    
  animation: my-super-weight1 2s infinite alternate;
}

h2 {
  font-size: 6rem;   
  color: #fff; 
  font-family: 'Bodoni Moda';
  font-weight: normal; 
  text-transform: uppercase; 
  animation: my-super-weight3 2s infinite alternate;
}

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