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

html, body {
  height: 100%;
}

body {
  background-color: #0a0a0a;
  color: #e8e8e8;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

main {
  text-align: center;
}

main p {
  font-size: clamp(1.25rem, 4vw, 2rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #e8e8e8;
}
