#bg-spaceship {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: auto;
    z-index: 0;
    pointer-events: none;
    filter: drop-shadow(0 0 10px cyan);
    will-change: transform;
}