:root {
  color-scheme: dark;
}

body {
  font-family: system-ui, sans-serif;
  line-height: 1.6;
  margin: 0;
  min-height: 100vh;
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
}

.logo {
  max-width: 90vw;
  width: 640px;
  height: auto;
}

main p {
  margin-top: 6rem;
  font-size: 1rem;
  font-family: Garamond, "EB Garamond", serif;
  font-style: italic;
  font-weight: normal;
  color: #fff;
}

footer {
  text-align: center;
  padding: 1.5rem;
  font-size: 0.9rem;
  font-family: Garamond, "EB Garamond", serif;
  color: #fff;
}
