:root {
  color-scheme: dark light;
  font-family: Sans-Serif;
}

#welcome {
  margin: auto;
  width: 100%;
  text-align: center;
}

.cursive {
  font-family: cursive;
}

.monospace {
  font-family: monospace;
}