body {
    margin: 0;
    background: #121212;
    color: #e0e0e0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
}

.container {
    max-width: 700px;
    padding: 24px;
}

.lotus {
    width: 60vw;
    max-width: 500px;
    height: auto;
    margin-bottom: 25px;
    filter: drop-shadow(0 0 30px rgba(0, 150, 255, 0.4));
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-size: 42px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.tagline {
    opacity: 0.75;
    margin-bottom: 20px;
    font-size: 18px;
}

.construction {
    margin-bottom: 30px;
    font-size: 18px;
}

.links a {
    display: inline-block;
    margin: 10px;
    padding: 12px 20px;
    text-decoration: none;
    border: 1px solid #444;
    border-radius: 6px;
    color: #e0e0e0;
    transition: 0.3s ease;
}

.links a:hover {
    background: #1f1f1f;
    border-color: #777;
}
