:root {
  font-size: 120%;
  font-family: 'Antarctica Trial';
}
body {
  height: 100vh;
  display: block;
  justify-items: center;
  align-content: center;
  overflow: hidden;
  background-color: black;
  margin-top: -1rem;
}
h1{
  color: white;
  font-size: 35rem;
  line-height: 0.734;
  font-variation-settings: 'wdth' 1,'wght' 60;
  margin: 0;
}
#Moma1 {
  font-variation-settings: 'wdth' 1,'wght' 60,'CNTR' 100, 'ital' 0;
  animation: my-moma 3s 0s infinite alternate-reverse;
}
#Moma2 {
  font-variation-settings: 'wdth' 1,'wght' 60, 'CNTR' 100, 'ital' 0;
  transform: scaleY(-1); 
  animation: my-moma2 3s 0s infinite alternate-reverse;
}
@keyframes my-moma {
  from {
    font-variation-settings: 'wdth' 1,'wght' 60, 'CNTR' 100,'ital' 0;
    letter-spacing: 0;
    margin-left: 0;
  }
  to {
    font-variation-settings: 'wdth' 25,'wght' 900, 'CNTR' 0,'ital' 0;
    letter-spacing: -1.8rem;
    margin-left: -2rem;
}
}
@keyframes my-moma2 {
  from {
    font-variation-settings: 'wdth' 1,'wght' 60, 'CNTR' 100, 'ital' 0;
    letter-spacing: 0;
    margin-left: 0;
  }
  to {
    font-variation-settings: 'wdth' 25,'wght' 900,'CNTR' 0, 'ital' 0;
    letter-spacing: -1.8rem;
    margin-left: -2rem;
  }
}

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