body{         
    width: 50vw;
    height: 50vh;
    
  /*  background-color: rgb(167, 164, 164);*/

    background-color: #ffffff;
}

.stage{
    display: flex;
    flex-direction: row;
    justify-content: center;

    width: 100%;
    height: 100%;       
     
}

.stageLeft, .stageRight{
    display: block;
    width: 50%;
    height: 100%;      
}
