:root {
  font-size: 120%;
  font-family: 'Antarctica Trial';
}
body {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0;

}
h1{
  font-family: 'GridlitePEVFTRIAL';
  color: white;
  font-size: 20rem;
  font-variation-settings: 'wght' 900, 'BACK' 900, 'RECT' 900, 'ELSH' 4;
  padding: auto;
  margin: 0;
}

.hoch {
  transform: rotate(90deg);
}
#Moma1 {
  color: white;
  background-color: rgb(255, 0, 0);
  text-align: center;  
  animation: my-moma 3s ease-in-out 0s forwards alternate;
}
#Moma2 {
  color: white;
  background-color: rgb(255, 72, 0);
  text-align: center;  
  animation: my-moma 3s ease-in-out 0.2s forwards alternate;
}
#Moma3 {
  color: white;
  background-color: rgb(177, 0, 41);
  text-align: center;  
  animation: my-moma 3s ease-in-out 0.4s forwards alternate;
}
#Moma4 {
  color: white;
  background-color: rgb(255, 0, 0);
  text-align: center;  
  animation: my-moma 3s ease-in-out 0.6s forwards alternate;
}
#Moma5 {
  color: white;
  background-color: rgb(0, 132, 255);
  text-align: center;  
  animation: my-moma 3s ease-in-out 0.8s forwards alternate;
}
#Moma6 {
  color: white;
  background-color: rgb(0, 113, 125);
  text-align: center;  
  animation: my-moma 3s ease-in-out 1s forwards alternate;
}
#Moma7 {
  color: white;
  background-color: rgb(0, 167, 84);
  text-align: center;  
  animation: my-moma 3s ease-in-out 1.2s forwards alternate;
}
#Moma8 {
  color: white;
  background-color: rgb(0, 113, 125);
  animation: my-moma 3s ease-in-out 1.4s forwards alternate;
}
@keyframes my-moma {
  from {
    font-variation-settings: 'wght' 900, 'BACK' 900, 'RECT' 900, 'ELSH' 4;
  }  
  to {
    font-variation-settings: 'wght' 1, 'BACK' 900, 'RECT' 900, 'ELSH' 4;
  }  
}

div {
  font-size: 1.2rem;
  font-weight: 200;
}
.all {
  position: fixed;
  left: 2vw;
  top: 94vh;
}
.prev {
  position: fixed;
  left: 44vw;
  top: 94vh;
}
.next {
  position: fixed;
  right: 2vw;
  top: 94vh;
}
a {
  color: blue;
  text-decoration: none;
}
a:hover {
  text-decoration: underline 0.1rem;
}