:root {
  font-size: 150%;
  background-color: black;
  text-align: center;
  font-family: 'balken'; /* Dieser Name korrespondiert mit den Einstellungen in fonts.css */
}

body {
  height: 100vh;
  color: white;
  display:flex;
  line-height: 50px;
  justify-content: center;
  align-items: center;
  /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white; */
  /* transform: rotate(-180deg); */
  /* letter-spacing: 200px; */
}

/* h1 a {
  color: black;
  text-decoration: none;
  font-variation-settings: 'YTUC' 300;
  transition: all 0.3s ease;
}

/* h1 a:hover {
  color: 	rgb(80,80,80);
  font-variation-settings: 'YTUC' 900;
  transition: all 0.3s ease;
} */ 