body {
    font-family: Arial, sans-serif;
    background-color: #f3f4f6;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.construction-container {
    text-align: center;
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.construction-container h1 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 20px;
}

.construction-container p {
    font-size: 1.2em;
    color: #555;
    margin-bottom: 30px;
}

.construction-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}