: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;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}