
:root {
  font-size: 400%;
  font-family: 'NickelGothic_Web'; 
  font-weight: 900;
  /* Dieser Name korrespondiert mit den Einstellungen in fonts.css */
}

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



/* .bazooka {
  height: 400px;
  border-right: 20rem;
  transform: rotate(-15deg);
  margin: -6rem;
  width: 300vw;
  vertical-align: middle;
} */


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

  /* flex-direction: column; */

  /* Horizontale */
  /* justify-content: center ; */
  /* justify-content: space-between; */
 /*  justify-content: space-around;


  /* Vertikale */
  /* align-items: center;    
}
*/
}



  /* flex-direction: column; */

  /* Horizontale */
  /* justify-content: center ; */
  /* justify-content: space-between; */
 /*  justify-content: space-around;


  /* Vertikale */
  /* align-items: center;    
}
*/


.wrapper > div {
  padding: 0.2; 
}

.ueberlager > div {
  padding: 0.2;
}

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


}
#s1 {
  color: rgb(238, 3, 3);
  transform: rotate(-10deg);
  mix-blend-mode:hard-light;
  display: inline-block;


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

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

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

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

  span {
    animation-name: foo;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;

  }
  
  @keyframes foo {
    from { font-variation-settings: 'slnt'0, "wdth"25; font-size: 100%; letter-spacing: 1rem;}
    to { font-variation-settings: 'slnt'-15, "wdth"150; font-size: 180%; letter-spacing: -1rem; transform: rotate(2deg);}
  }



  #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-weight: <weight>*/
