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

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

.holding {
  text-align: center;
}

.holding h1 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.holding p {
  font-size: 1.1rem;
  color: #999;
}
