
:root {
  font-size: 300%;
  font-family: 'Rokkitt'; 
  transform: rotate(-15deg);
  /* Dieser Name korrespondiert mit den Einstellungen in fonts.css */
}

body {
  background: rgb(114, 89, 239);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.bazooka {
  display: inline-block;
  background: rgb(254, 189, 237);
  margin: 2em;
  min-width: 2.5em;
  line-height: 2.5em;
  text-align: center;
  transition: 1s ease-in-out;
  padding: 0.4rem;
  border: 0.1em; border-style: outset; border-color: rgb(253, 172, 231); border-radius: 10px;
  box-shadow: 3px 3px rgb(95, 37, 146), 0.2em 0.4em .2em rgb(101, 42, 147);
}

:hover {
  rotate: 1 2 1 360deg;
}

h1 {
  font-weight: 700;
  /* font-variation-settings: 'slnt'-2; */
}
#s1 {
  color: rgb(238, 3, 3)
}
#s2 {
  color: rgb(43, 73, 226);
}
#s3 {
color: rgb(238, 3, 3)
}
#s4 {
  color: rgb(43, 73, 226);
}
#s5 {
  color: rgb(238, 3, 3)
  }
#s6 {
  color: rgb(43, 73, 226);
}
#s7 {
  color: rgb(238, 3, 3)
  }

/* @keyframes my-oozer {
  from { font-weight: 100;}
  to { font-weight: 900;}
  /*font-weight: <weight>*/
