﻿.RiseBetContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between;*/

    justify-content: space-around;
    /*justify-content: center;*/
    /*border-style: solid;
    border-color: palevioletred;*/
    /*background-color: aqua;*/
    width: 100%;
    /*height:contain;*/

    height: 15vmin;
}



.BetDisplay {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 2vh;
    margin-right: 2vh;
   
    
    /*border-style: solid;
    border-color: palevioletred;*/
}





/*#MinusBet {
    font-size: 10vh;
}

#PlusBet {
    font-size: 10vh;
    
}*/






