body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #000000;
    color: #e0e0e0;
    line-height: 1.6;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    padding: 40px;
}

header h1 {
    font-size: 3em;
    margin-bottom: 0.5em;
    color: #ffffff;
    text-shadow: 0 0 20px rgba(186, 104, 200, 0.5);
}

.coming-soon {
    background-color: rgba(26, 10, 46, 0.8);
    border: 1px solid #4a148c;
    border-radius: 15px;
    padding: 30px;
    margin: 30px 0;
    box-shadow: 0 0 20px rgba(186, 104, 200, 0.4), 0 0 40px rgba(156, 39, 176, 0.2), 0 0 60px rgba(123, 31, 162, 0.1);
}

.coming-soon h2 {
    font-size: 2em;
    margin-bottom: 1em;
    background: linear-gradient(45deg, #ba68c8, #9c27b0, #7b1fa2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 15px rgba(186, 104, 200, 0.3);
}

.coming-soon p {
    font-size: 1em;
    margin-bottom: 2em;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-links a {
    color: #ba68c8;
    text-decoration: none;
    padding: 12px 24px;
    border: 2px solid #ba68c8;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(186, 104, 200, 0.2);
}

.social-links a:hover {
    background-color: #ba68c8;
    color: #000000;
    box-shadow: 0 0 20px rgba(186, 104, 200, 0.5), 0 0 40px rgba(156, 39, 176, 0.3);
    transform: translateY(-2px);
}

footer {
    margin-top: 30px;
    font-size: 0.9em;
    color: #888;
}
}

.social-links a {
    color: #ba68c8;
    text-decoration: none;
    padding: 8px 16px;
    border: 1px solid #ba68c8;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.social-links a:hover {
    background-color: #ba68c8;
    color: #000000;
}

footer {
    margin-top: 30px;
    font-size: 0.9em;
    color: #888;
}
}

.social-links a {
    color: #4ecdc4;
    text-decoration: none;
    padding: 8px 16px;
    border: 1px solid #4ecdc4;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.social-links a:hover {
    background-color: #4ecdc4;
    color: #1a1a1a;
}

footer {
    margin-top: 30px;
    font-size: 0.9em;
    color: #888;
}