:root {
  font-family: 'MNO'; /* Dieser Name korrespondiert mit den Einstellungen in fonts.css */
  color: #FFC5F4;
}

body{
  background-image: linear-gradient(
    90deg,
    #1D1d1D 0%,
    #1D1d1D 20%,
    #FF352A 20%,
    #FF352A 40%,
    #1D1d1D 40%,
    #1D1d1D 60%,
    #FF352A 60%,
    #FF352A 80%,
    #1D1d1D 80%,
    #1D1d1D 100%
    );
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 60%;
  margin: 0 auto;


}

.scroll-text {
  font-size: 3.5vw;
  line-height: 0.2em;
  font-weight: 100;
  text-align: justify;
  position: relative;
}