body {
    background-color: #f5f5f5;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .container-maintenance {
    width: 100%;
    height: 100%;
    background-color: #61a5ffab;
    z-index: 2;
  }
  .maintenance-box {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: center;
    width: 90%;
    max-width: 500px;
    margin: auto;
    margin-top: 100px;
    z-index: 2;
  }
  .logo {
    margin-bottom: 20px;
    image-rendering: pixelated;
  }
  .title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .message {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 30px;
  }