body {
  font-family: Arial, sans-serif;
  background: #0f172a;
  color: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  text-align: center;
}

.box {
  max-width: 500px;
}

h1 {
  font-size: clamp(0.875rem, 3vw, 3rem);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  white-space: nowrap;
}

p {
  opacity: 0.8;
}

.emoji {
  display: inline-block;
}
