
:root {
  font-family: "Big Shoulders Inline Text";
  font-weight: 900;
  font-size: 1000%;
  font-style: normal;
  /* Dieser Name korrespondiert mit den Einstellungen in fonts.css */
}

body {
  transform: rotate(-15deg);
  background: rgb(253, 190, 249);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}



.wrapper {
  padding: 0rem;
  /* height: 20rem; */
  display: grid; 
  /* grid-template-columns: repeat(auto-fill, minmax(min(18rem, 100%), 1fr)); */
  grid-template-columns: repeat(7,1fr);
  column-gap: -1rem;
  justify-content: center;
  align-items: center;
}

.zweiteschicht {
  position: fixed;
  padding: 0rem;
  /* height: 20rem; */
  display: grid; 
  /* grid-template-columns: repeat(auto-fill, minmax(min(18rem, 100%), 1fr)); */
  grid-template-columns: repeat(7,1fr);
  column-gap: 0.1rem;
  justify-content: center;
  align-items: center;
  transform: rotate(0deg);
}

.dritteschicht {
  position: fixed;
  padding: 0rem;
  /* height: 20rem; */
  display: grid; 
  /* grid-template-columns: repeat(auto-fill, minmax(min(18rem, 100%), 1fr)); */
  grid-template-columns: repeat(7,1fr);
  column-gap: 0.0rem;
  justify-content: center;
  align-items: center;
  transform: rotate(-5deg);
}

.vierteschicht {
  position: fixed;
  padding: 0rem;
  /* height: 20rem; */
  display: grid; 
  /* grid-template-columns: repeat(auto-fill, minmax(min(18rem, 100%), 1fr)); */
  grid-template-columns: repeat(7,1fr);
  column-gap: 0.2rem;
  justify-content: center;
  align-items: center;
  transform: rotate(5deg);
  translate: -0.2rem;
}

.fuenfteschicht {
  position: fixed;
  padding: 0rem;
  /* height: 20rem; */
  display: grid; 
  /* grid-template-columns: repeat(auto-fill, minmax(min(18rem, 100%), 1fr)); */
  grid-template-columns: repeat(7,1fr);
  column-gap: 0.2rem;
  justify-content: center;
  align-items: center;
  transform: rotate(-180deg);
  translate: 0.2rem;
}

.sechsteschicht {
  position: fixed;
  padding: 0rem;
  /* height: 20rem; */
  display: grid; 
  /* grid-template-columns: repeat(auto-fill, minmax(min(18rem, 100%), 1fr)); */
  grid-template-columns: repeat(7,1fr);
  column-gap: 0.2rem;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
  filter: blur(0.05rem);
}

.wrapper > div {
  padding: 0.2; 
}

h1 {
  text-align: center;
  margin: -0.25rem 0 -0.4rem 0;
}




#s1 {
  color: rgb(251, 250, 250);
  mix-blend-mode:luminosity;
  display: inline-block;


}
#s2 {
  color: rgb(43, 73, 226); 
  mix-blend-mode:hard-light;
  display: inline-block;

}
#s3 {
color: rgb(238, 3, 3);
mix-blend-mode:hard-light;
display: inline-block;

}
#s4 {
  color: rgb(43, 73, 226);
  mix-blend-mode:hard-light;
  display: inline-block;

}
#s5 {
  color: rgb(253, 253, 253);
  mix-blend-mode:hard-light;
  display: inline-block;
    }
#s6 {
  color: rgb(43, 73, 226);
  mix-blend-mode:hard-light;
  display: inline-block;
}
#s7 {
  color: rgb(238, 3, 3);
  mix-blend-mode:hard-light;
  display: inline-block;
  }




#x1 {
  color: rgb(251, 250, 250);
  mix-blend-mode:luminosity;
  display: inline-block;
  animation-delay: 0.5s;

}
#x2 {
  color: rgb(43, 73, 226); 
  mix-blend-mode:hard-light;
  display: inline-block;

}
#x3 {
color: rgb(238, 3, 3);
mix-blend-mode:hard-light;
display: inline-block;

}
#x4 {
  color: rgb(43, 73, 226);
  mix-blend-mode:hard-light;
  display: inline-block;

}
#x5 {
  color: rgb(253, 253, 253);
  mix-blend-mode:hard-light;
  display: inline-block;
    }
#x6 {
  color: rgb(43, 73, 226);
  mix-blend-mode:hard-light;
  display: inline-block;
}
#x7 {
  color: rgb(238, 3, 3);
  mix-blend-mode:hard-light;
  display: inline-block;
  }




  span {
    animation-name: foo;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
  }
  
  @keyframes foo {
    from { font-weight: 900;}
    to { font-weight: 100; font-size: 180%; transform: rotateY(120deg); } 
  }
  


  #s1 { animation-delay: 0.1s; }
  #s2 { animation-delay: 0.3s; }
  #s3 { animation-delay: 0.6s; }
  #s4 { animation-delay: 0.9s; }
  #s5 { animation-delay: 1.2s; }
  #s6 { animation-delay: 1.5s; }
  #s7 { animation-delay: 1.8s; }
 
  /*font-variation-settings: 'slnt'-15, "wdth"150;*/
