/* construction.css */
.construction-section {
    padding: 40px 20px;
    text-align: center;
    background-color: #f5f5f5;
}

.container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.construction-section h1 {
    font-size: 32px;
    color: rgb(0, 5, 105);
    margin-bottom: 20px;
}

.construction-section p {
    font-size: 18px;
    color: #333;
    margin-bottom: 40px;
}