body{    
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}
.maintenance-logo {
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
}
.maintenance-logo img{
    width: 120px;
    user-select: none;
    height: auto;
}

.maintenance {
  text-align: center;
  padding: 20px 20px;
}
.maintenance .maintenance-icon {
    width: 25rem;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    user-select: none;
  }

.maintenance .maintenance-title {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
}

.maintenance .maintenance-paragraph {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}


