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

.flex-container {
  overflow: hidden;
  width: 1400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 0em;
}

.flex-container span {
  font-size: 10rem;
  line-height: 7.5rem;
  margin-right: 0;
  display: inline-block;
}

@keyframes my-super-weight {
  from { font-size: 5rem; font-variation-settings: 'wght' 400, 'opsz' 96; }
  to { font-size: 3rem; font-variation-settings: 'wght' 900, 'opsz' 0; }
}

.o-color-1 { color: #FFC107; }
.o-color-2 { color: #FFEB00; }
.o-color-3 { color: #FFD700; }
.o-color-4 { color: #FFC107; }
.o-color-5 { color: #FFD700; }
.o-color-6 { color: #FFCA28; }
.o-color-7 { color: #FFD700; }

.font-1 {
  font-family: 'Bodoni Moda';
  font-weight: normal;
  margin-right: 20px;
  transform: scale(0.4,1.4);
}

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

.font-3 {
  font-family: 'Bodoni Moda';
  font-weight: 100;
  transform: scale(0.9,2);
}

.font-4 {
  font-family: 'Bodoni Moda';
  font-weight: bolder;
  transform: scale(0.9,3);
}

.font-5 {
  font-family: 'Bodoni Moda';
  font-weight: normal;
  font-style: italic;
  transform: scale(0.9,2);
}

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

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

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