.ascii-background {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    opacity: 0.03; /* Very faint */
    color: #ffffff;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    line-height: 10px;
    white-space: pre;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .ascii-background {
        font-size: 6px;
        line-height: 6px;
    }
}
