 /* Purple Ruby Red Landing Page Theme */
 body {
        background: #24000d;
        background: radial-gradient(circle, rgb(0 243 255) 0%, rgb(57 14 119) 74%, rgb(44, 14, 72) 27%);
        min-height: 100vh;
        overflow-x: hidden;
        position: relative;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        position: relative;
        z-index: 10;
    }

    .main-title {
        font-family: monospace;
        font-size: clamp(1rem, 3vw, 3rem);
        text-align: center;
        color: #aeafdd;
        letter-spacing: 0.5em;
        position: relative;
        margin: 0;
        text-transform: uppercase;
    }
    img {
        max-width: 60%;
    }
