:root {
  font-family: 'DynaPuff'; /* Dieser Name korrespondiert mit den Einstellungen in fonts.css */
  background-color: #FF352A
}

h1 {
  justify-self: center;
  font-size: 1000%;
  color: #1D1D1D;
  font-variation-settings: 'wdth' 75, 'wght' 700;
  transition: all .2s ease-out;
}

h1:hover {
  font-variation-settings: 'wdth' 100, 'wght' 400;
  font-size: 4000%;
  color: #FFC5F4;

}

