/* Trailer */

#trailer {
    position: fixed;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background-color: #3ab548;

    top: 0;
    left: 0;
    z-index: 10;

    pointer-events: none;

    font-size: 4px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;

}



/* Trailer End */