body {
    background-color: #0a0112;
    color: #e2e2e2;
    font-family: 'Courier New', monospace;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    text-align: center;
}

.main-star {
    image-rendering: pixelated;
    width: 50vw;
    max-width: 160px;
    mix-blend-mode: screen;
    margin-bottom: 10px;
}

h1 {
    font-size: 15vw;
    max-font-size: 5rem;
    margin: 0;
    line-height: 1;
    text-shadow: 0 0 20px #7a2eb5;
}

.cipher {
    color: #6a5a8a; 
    font-size: 0.8rem;
    letter-spacing: 10px;
    margin-top: 15px;
    text-transform: uppercase;
}

marquee {
    position: fixed;
    bottom: 15px;
    width: 100%;
    color: #e2e2e2;
    font-size: 1.2rem;
    opacity: 0.3;
}
