body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.construction-container {
    text-align: center;
}

.construction-container img {
    max-width: 100%;
    height: auto;
}

.construction-container h1 {
    color: #333;
}

.construction-container p {
    color: #555;
    margin-top: 10px;
}
