
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    background-color: #abf4ff;
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}


.maintenance-container h1 {
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 2px;
    color: #555555;
}
