:root {
  color-scheme: light dark;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  display: grid;
  place-items: center;
  background: radial-gradient(100% 100% at 50% 0%, #f7f7f7, #e9e9e9);
  font-family: "Victor Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.container {
  text-align: center;
  padding: 24px;
}

.logo {
  width: min(320px, 70vw);
  height: auto;
  display: block;
  margin: 0 auto 16px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.15));
}

h1 {
  margin: 0.2rem 0 0.6rem;
  letter-spacing: 0.02em;
  font-weight: 600;
}

p {
  margin: 0;
  opacity: 0.8;
}
