/* Seitenweise Angaben */
html {
  font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif; /* Schriftart */
  color: white; /* Farbe der Schriftart */
  background-color: #393943; /* Farbe des Hintergrunds */
  background-image: url(../img/background.png); /* URL des Hintergrundbilds */
  background-attachment: fixed; /* Hintergrundbild fixiert */
}

body {
  color: white; /* Farbe der Schriftart */
  background-color: #1C1B22E0; /* Farbe des Hintergrunds */
  max-width: 1200px; /* Breite maximal */
  min-height: 100vh; /* Höhe */
  margin: 0 auto; /* Rand oben/unten 0, rechts/links automatisch */
  padding: .5em; /* Polsterung */
  backdrop-filter: blur(8px); /* Filter: Unschärfe */
}

/* Überschrift */
h1 {
  margin-top: 0;
}

/* Absatz */
p {
  letter-spacing: 0.1em;
  word-spacing: 0.1em;
}

/* Links */
a         { background-color: black; color: lightblue; text-decoration: none; }
a:focus   { background-color: black; color: lightgray; }
a:hover   { background-color: dimgray; color: lightgray; text-decoration: underline; }
a:active  { background-color: black; color: lightgray; }

/* Fußbereich */
footer {
  position: fixed; bottom: 0px;
  margin: 0 auto; /* Rand oben/unten 0, rechts/links automatisch */
  font-family: monospace;
  font-size: .9em;
  letter-spacing: 0.1em;
  text-align: center;
}
