body {
    background: #000000;
    color: #e7e7e7;
    font-family: sans-serif;
    margin: 0;
    padding: 0;

    /* Remove the forced flex centering */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

h1 {
    margin-bottom: 0.5rem;
}

.small-code-tagline {
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    opacity: 0.75;
}

.center {
    text-align: center;

    /* Add vertical breathing room */
    margin-top: 8vh;
    margin-bottom: 8vh;
}

.logo {
    max-width: 90vw;
    height: auto;

    /* Optional: subtle presence boost */
    filter: drop-shadow(0 0 8px rgba(255,255,255,0.1));
}

.tagline {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    opacity: 0.85;
    letter-spacing: 0.5px;
}

footer {
    margin-top: auto;   /* Push footer to the bottom nicely */
    padding-bottom: 20px;
    text-align: center;
    opacity: 0.4;
    font-size: 0.8rem;
    pointer-events: none;
}


footer {
    
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0.4;
    font-size: 0.8rem;
    pointer-events: none;
}


