body {
    background-color: #fff;
    background-image: url("bg_img.jpg");
    background-image
    color: #fff;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.logo {

    max-height: 300px;
    max-width: 300px;
}

.maintenance-container {
    text-align: center;
    padding: 20px;
}

h1 {
    font-size: 3em;
    margin-bottom: 0.5em;
}

p {
    font-size: 1.2em;
    margin-bottom: 2em;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.timer-box {
    background-color: #444;
    padding: 20px;
    border-radius: 10px;
    min-width: 100px;
}

.timer-box span {
    display: block;
    font-size: 4em;
    font-weight: bold;
    color: #00bcd4; /* Example color */
}

.timer-box p {
    font-size: 1em;
    margin: 0;
    text-transform: uppercase;
}
