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

.container {
    padding: 20px;
}

img {
    image-rendering: pixelated;
    width: 50vw;
    max-width: 250px; 
    margin-bottom: 20px;
}

h1 {
    font-size: 5rem;
    margin: 0;
    text-shadow: 0 0 20px #405d72;
}

.cipher {
    color: #405d72;
    font-size: 1.2rem;
    letter-spacing: 8px;
    margin-top: 10px;
    text-transform: uppercase;
}

marquee {
    position: fixed;
    bottom: 30px;
    width: 100%;
    opacity: 0.7;
    font-size: 1.5rem;
}
