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

}
h1{
  color: black;
  font-size: 20rem;
  font-variation-settings: 'wdth' 1.5,'wght' 400;
  line-height: 0.77;
  margin: 0;
}
#Moma1 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms; 
  animation-delay: 100ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma2 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 200ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma3 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 300ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma4 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 400ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma5 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 500ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma6 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 600ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma7 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 700ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma8 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 800ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma9 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 900ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma10 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 1000ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma11 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms; 
  animation-delay: 1100ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma12 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 1200ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma13 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 1300ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma14 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 1400ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma15 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 1500ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma16 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 1600ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma17 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 1700ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma18 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 1800ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma19 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 1900ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma20 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 2000ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma21 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms; 
  animation-delay: 2100ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma22 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 2200ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
#Moma23 {
  transform-origin: center left;
  animation-name: erscheinen;
  animation-duration: 500ms;
  animation-delay: 2300ms; 
  animation-fill-mode: forwards;
  opacity: 0; 
}
@keyframes erscheinen {
  from { 
    opacity: 0; }
  to { 
    opacity: 1; }
}

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