*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #101010;
  color: #ffffff;
  font-family: system-ui, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  line-height: 1.15;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 35rem;
  padding: 0 1.5rem;
  text-align: center;
}

i {
  font-family: monospace;
  font-size: 0.6875rem;
  font-style: normal;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

a:any-link {
  color: inherit;
  text-decoration: underline;
}

h1 {
  font-size: clamp(2rem, 6vw, 2.75rem);
  font-weight: 400;
  margin-bottom: 1.25rem;
}

img#illo-app {
  max-width: 8rem;
  height: auto;
}

p {
  font-size: clamp(1rem, 2.5vw, 1.0625rem);
  opacity: 0.7;
}
