* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #1e1e2f, #2b2b3c);
    color: #fff;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.construction-wrapper {
    text-align: center;
    padding: 40px;
}

.content h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #ffcc00;
}

.content p {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.content .contact a {
    color: #00aced;
    text-decoration: none;
    font-weight: bold;
}

.content .contact a:hover {
    text-decoration: underline;
}
