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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #a1a1a1;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

main {
  text-align: center;
  padding: 2rem;
  max-width: 90vw;
}

.logo {
  display: block;
  width: clamp(270px, 42vw, 420px);
  height: auto;
  margin: 0 auto 2.5rem;
  object-fit: contain;
}

.tagline {
  margin: 0;
  font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  color: #a1a1a1;
}

.dots {
  display: inline-block;
  width: 1.2em;
  text-align: left;
  color: #7ec9bc;
}
