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

body {
  /* position: fixed; */
  background-image: url("../Images/BG_pixel_08.gif");
  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 {
  transform: translate(0.0rem, -2rem);
  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: 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;    
}
*/
}

.wrapper > div {
  padding: 0.2; 
}

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


}
#s1 {
  color: rgb(251, 250, 250);
  transform: rotate(-45deg);
  mix-blend-mode:exclusion;
  display: inline-block;


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

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

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

}
#s5 {
  color: rgb(253, 253, 253);
  transform: rotate(45deg);
  mix-blend-mode:exclusion;
  display: inline-block;
    }
#s6 {
  color: rgb(43, 73, 226);
  transform: rotate(90deg);
  mix-blend-mode:exclusion;
  display: inline-block;
}
#s7 {
  color: rgb(238, 3, 3);
  transform: rotate(135deg);
  mix-blend-mode:exclusion;
  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: 100; font-variation-settings: "brth"100; }
    to { font-weight: 10; font-variation-settings: "brth"10; font-size: 130%; transform: rotate(120deg); } 
  }

  /* @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: -2rem; 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>*/
