
:root {
  font-size: 500%;
  font-family: 'Rokkitt'; 
  /* 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;
}


.rotated {
  transform: rotate(-15deg); /* Equal to rotateZ(45deg) */
  background-color: rgb(255, 255, 255);
}

.bazooka {
  transform: rotate(-15deg);
  border-top: 5rem rgb(238, 3, 3) solid;
  border-bottom: 5rem rgb(43, 73, 226) solid;
  margin: -6rem;
  width: 300vw;
  vertical-align: middle;
}


h1 {
  text-align: center;
  /* font-weight: 100; */
  /* padding: 0.1rem; 0 0 0; */
  margin: -0.25rem 0 -0.2rem 0;
  /* transform: rotate(-15deg);
  border-top: 3rem rgb(238, 3, 3) solid;
  border-bottom: 3rem rgb(43, 73, 226) solid; */
  /* font-variation-settings: 'slnt'-2; */
}

h1 span {display:inline-block; /*animation: my-druelli 2s infinite alternate*/}

h1 :hover {
  animation: totale 2s infinite alternate; scale: 120%; filter: blur(0.2rem);
  }


#s1 {
  color: rgb(238, 3, 3); mix-blend-mode: color-dodge;
}
#s2 {
  color: rgb(43, 73, 226); mix-blend-mode: color-dodge;
}
#s3 {
color: rgb(238, 3, 3); mix-blend-mode: color-dodge;
}
#s4 {
  color: rgb(43, 73, 226); mix-blend-mode: color-dodge;
}
#s5 {
  color: rgb(238, 3, 3); mix-blend-mode: color-dodge;
  }
#s6 {
  color: rgb(43, 73, 226); mix-blend-mode: color-dodge;
}
#s7 {
  color: rgb(238, 3, 3); mix-blend-mode: color-dodge;
  }

span {
  animation-name: wankdown;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

@keyframes my-dickduenn {
  from { font-weight: 100; }
  to { font-weight: 900;}}

@keyframes wankup {
    from { font-weight: 900; }
    to { font-weight: 500; transform: translateY(-5rem); letter-spacing: -1rem;}
}
@keyframes wankdown {
  from { font-weight: 900;}
  to { font-weight: 500; transform: translateY(0.3rem);}
}





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