:root {
  font-size: 120%;
  font-family: 'Antarctica Trial';
}
body {
  height: 100vh;
  display: flex; 
  justify-content: center;
  align-content: center;
  overflow: hidden;
  background-color: black;
  margin: -3.4rem; 
}
h1{
  color: white;
  font-size: 16.1rem;
  font-variation-settings: 'wdth' 100,'wght' 600;
  line-height: 0.73;
  margin: 0;
}
#Moma1 {
  font-variation-settings: 'wdth' 1,'wght' 60, 'CNTR' 100,'ital' 12;
}
#Moma2 {
  font-variation-settings: 'wdth' 1,'wght' 60,'CNTR' 100, 'ital' 0;
  transform: scaleY(-1); 
  opacity: 0.8;
  margin-bottom: -3.4rem;
}

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