
.inconsolata-font {
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.container-centered {
  display: flex;
  justify-content: center; /* Horizontale Zentrierung */
  height: 100vh;           /* Container benötigt eine Höhe */
}
