body {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}

.construction-container {
    text-align: center;
    padding: 20px;
}

.construction-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.construction-title {
    color: #333;
    margin-top: 20px;
}

.construction-text {
    color: #666;
    font-size: 18px;
}