body {
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0f172a;
  color: white;
  font-family: Arial;
}

.box {
  text-align: center;
}

h1 {
  font-size: 48px;
}

p {
  opacity: 0.7;
}