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

body {
transform: rotate(-15deg);
background: rgb(253, 190, 249);
/* background-image: url("../Images/BG_pixel_dots_11.gif"); */
background-image: radial-gradient(circle, #ffffff00 45%, rgb(255, 255, 255) 48%),
radial-gradient(ellipse farthest-corner, #ffbde3 20%, #f72db7 80%);
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}





.bazooka {
  /*
  border-top: 5rem rgb(238, 3, 3) solid;
  border-bottom: 5rem rgb(43, 73, 226) solid;
  */
  transform: rotate(-30deg);
  margin: 0rem;
  width: 300vw;
  vertical-align: middle;
  animation: my-wiggle2 3s infinite alternate;

}

.Sonderwort {
  /*
  border-top: 5rem rgb(238, 3, 3) solid;
  border-bottom: 5rem rgb(43, 73, 226) solid;
  */
  font-family: 'Pouf'; 
  font-variation-settings: "wght"70, "brth"90; 
  transform: rotate(15deg);
  margin: 0rem;
  width: 300vw;
  vertical-align: middle;
  animation: my-wiggle 2s infinite alternate; animation-delay: 1s;

 
}


h1 {
  text-align: center;
  /* font-weight: 100; */
  /* padding: 0.1rem; 0 0 0; */
  margin: -0.25rem 0 -0.4rem 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; */
}
#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-wiggle {
  from { font-size: 90%; font-variation-settings: "wght"60, "brth"10;}
  to { font-size: 92%; font-variation-settings: "wght"70, "brth"100;}
}

@keyframes my-wiggle2 {
  from { font-size: 90%; font-variation-settings: "wght"40, "brth"10;}
  to { font-size: 92%; font-variation-settings: "wght"60, "brth"100;}
}

  /*font-weight: <weight>*/

