
/* Hier CSS definieren */

body {
  font-family: sans-serif;
}

h1 {
  font-size: large;
}

.hidden {
  font-size: small;
  color: #555;
}
