body {
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    color: #333;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}

#site-name {
    font-size: 2em;
    margin-bottom: 20px;
}

.construction-notice {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.contact-info {
    font-size: 1em;
}

a {
    color: #007BFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
