:root {
  color-scheme: light dark;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  font-family: "Courier Prime", monospace;
}

main {
  text-align: center;
}

h1, p {
  font-weight: 400;
  font-size: 1em;
  margin: 1em;
}

h1 {
  letter-spacing: 0.2em;
}

img.logo {
  width: 33vmin;
  height: auto;
  margin: 2em;
}

.dark-mode-only {
  display: none;
}

