.page-maintenance {
    background-color: #132439;
  
    #post-maintenance {
      display: flex;
      flex-direction: column;
      height: 100vh;
      justify-content: center;
      align-items: center;
      text-align: center;
      gap: 2rem;
  
      h1 {
        font-weight: 700;
        font-family: Arial, Helvetica, sans-serif;
        color: white;
      }
      .wp-block-excerpt-content {
        color: white;
      }
  
      .page-maintenance-logo {
        width: 25%;
      }
    }
  }