* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Quicksand', sans-serif;
}

body {
  min-height: 100vh;
  background: linear-gradient(135deg, #ff8a00, #ffb347);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.container {
  padding: 2rem;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  font-weight: 600;
  margin-bottom: 1rem;
}

.status {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.desc {
  font-size: 1rem;
  opacity: 0.9;
  line-height: 1.5;
}
