body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #111827;
  color: #f9fafb;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.maintenance .logo {
  max-width: 200px;
  margin-bottom: 20px;
}

.maintenance h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.maintenance p {
  font-size: 1.2rem;
}
