:root {
  font-size: 120%;
  font-family: 'Antarctica Trial';
}
body {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: -2rem;
}
h1{
  font-size: 18.9rem;
  font-variation-settings: 'wdth' 40,'wght' 730;
  letter-spacing: -0.4rem;
  line-height: 0.734;
  margin: 0;
}
.hoch {
  transform: rotate(90deg);
}
#Moma1 {
  color: white;
  background-color: rgb(255, 0, 0);
  text-align: center;
  transform-origin: center;
  animation: my-moma 5s 0s infinite alternate;
}
#Moma2 {
  color: white;
  background-color: rgb(255, 72, 0);
  text-align: center;
  transform-origin: center;
  animation: my-moma 5s 0.2s infinite alternate;
}
#Moma3 {
  color: white;
  background-color: rgb(177, 0, 41);
  text-align: center;
  transform-origin: center;
  animation: my-moma 5s 0.4s infinite alternate;
}
#Moma4 {
  color: white;
  background-color: rgb(255, 0, 0);
  text-align: center;
  transform-origin: center;
  animation: my-moma 5s 0.6s infinite alternate;
}
#Moma5 {
  color: white;
  background-color: rgb(0, 132, 255);
  text-align: center;  
  transform-origin: center;
  animation: my-moma 5s 0.8s infinite alternate;
}
#Moma6 {
  color: white;
  background-color: rgb(0, 113, 125);
  text-align: center;
  transform-origin: center;
  animation: my-moma 5s 1s infinite alternate;
}

@keyframes my-moma {
  0% {font-variation-settings: 'wdth' 40, 'wght' 730;}
  50% {font-variation-settings: 'wdth' 10,'wght' 400;
    margin-right: 60%;
    margin-left: 60%;
  }
  100% {font-variation-settings: 'wdth' 100,'wght' 950;}
}

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