* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: #0b0b0b;
  color: #ffffff;
  height: 100vh;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.box {
  text-align: center;
  padding: 40px;
}

.box h1 {
  font-size: 36px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.box p {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 20px;
}

.loading {
  font-size: 12px;
  opacity: 0.6;
}
