
:root {
  font-size: 900%;
  font-family: 'Tilt Neon'; 
  font-weight: 900;
  line-height: 0.7rem;
  /* Dieser Name korrespondiert mit den Einstellungen in fonts.css */
}

body {
  transform: rotate(-15deg);
  background: linear-gradient(270deg, #f61772, #fcadd4);
  background-size: 400% 400%;  
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}



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


.wrapper {
  padding: 0rem;
  /* height: 20rem; */
  display: grid; 
  /* grid-template-columns: repeat(auto-fill, minmax(min(18rem, 100%), 1fr)); */
  grid-template-columns: repeat(10,1fr);
  column-gap: 0.2rem;
  justify-content: center;
  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.1rem; 
}

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

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


  }
  
  @keyframes foo {
    from { font-variation-settings: "XROT" 0, "YROT" 0; font-size: 100%;}
    to { font-variation-settings: "XROT" -45, "YROT" -45;  font-size: 150%; 
    text-shadow: 7px 7px 5px red, 0 0 0.5em blue, 0 0 0.1em blue;
  } 
  }
  


  #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;*/
