.construction-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    text-align: center;
    font-family: sans-serif;
    background-color: #f0f0f0;
    color: #333;
}

.construction-page h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.construction-page a {
    color: #007BFF;
    text-decoration: underline;
    font-weight: bold;
}

.construction-page a:hover {
    color: #0056b3;
}
