: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;
  -webkit-text-size-adjust: 100%;
}

main {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1 {
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0.2em;
  margin: 1em;
}

p.slogan {
  font-style: italic;
}

ul {
  list-style-type: none;
  text-align: left;
  padding: 0;
}

p + ul {
  margin-top: 0;
}

li::before {
  content: "\2013";
}

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

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