body {
    background-color: #050505; /* Tiefschwarz */
    color: #ff0000;            /* Aggressives Rot für Text */
    font-family: 'Courier New', Courier, monospace;
    margin: 0;
    padding: 0;
} /* <-- Diese Klammer hat gefehlt! */

.video-border {
    position: fixed;
    top: 0;
    width: 60px;
    height: 100vh;
    object-fit: cover;
    z-index: 9999;
    pointer-events: none;
}

#left { 
    left: 0; 
}

#right { 
    right: 0; 
}

