body {
  font-family: Arial, sans-serif;
  transition: background 0.2s ease-in-out;
}
/*WELCOME ON HOMEPAGE*/
.willkommen {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-color);
  font-size: 80px;
  padding: 30px;
  font-weight: bold;
  transition: color 0.2s ease-in-out;
}
.not_found {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-color);
  font-size: 30px;
  padding: 30px;
  font-weight: bold;
}