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

body {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #182433;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #ffffff;
}

.wrapper {
  text-align: center;
}

.spinner {
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
}

h1 {
  font-size: 2.5rem;
  letter-spacing: 0.18em;
  margin-bottom: 8px;
}

p {
  font-size: 1rem;
  opacity: 0.8;
}