/* SCRITTA VERTICALE DESTRA */
        .credits {
            position: fixed;
            right: 10px;
            top: 50%;
            transform: translateY(-50%) rotate(90deg);
            transform-origin: right top;
            color: rgba(200, 200, 200, 0.5);
            font-size: 10px;
            font-family: Arial, sans-serif;
            white-space: nowrap;
            z-index: 1000;
            pointer-events: none;
            color: #C8C8C8;
        }