.resultsBoard{
    font-weight: bold;
    background-color: black;
    color: white;
    font-size: 1.5rem;
}


.fakeBtn{
    font-size: 1.5rem;
    color : black !important;
    font-family: 'Consolas';

}
.fakeBtn:hover{
    cursor: crosshair !important;

}


/* ///////////////////////////////////////// RESPONSIVE ///////////////////////////////////////////////////////////*/

@media screen and (max-width: 450px) {

    *{
        font-size: 0.65rem;
    }
    .videoFrame{
        width: 50px;
        height: 50px;
    }




}
