body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24;
}

.div-width{
    width: 360px;
    padding: 10px;
}

#choice-bet{
    display: flex;
    justify-content: space-between;
    margin: 0;
    background-color: #132A13;
    height: 80px; /*20px*/

    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    margin:0 auto;
}

.choice-bet-enabled{
    color: white;
}

.choice-bet-disabled{
    color: grey;
    accent-color: grey;
}

.dice-div{
    width: 115px;
    border: 1px dotted blueviolet;
    margin: 0;
}

#guess-status{
    background-color: #31572C;
    color: whitesmoke;
    text-align: center;
    height: 25px;

    position: absolute;
    top: 400px;/*340px;*/
    left: 0;
    right: 0;
    margin:0 auto;
}

#score-display{
    background-color: #4F772D;
    color: whitesmoke;
    text-align: center;
    height: 25px;

    position: absolute;
    top: 445px;/*340px;*/
    left: 0;
    right: 0;
    margin:0 auto;
}

#credit{
    background-color: #90A955;

    position: absolute;
    top: 490px;/*380px;*/
    left: 0;
    right: 0;
   
    margin:0 auto;
}

canvas{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0 auto;
}

label{
    display: inline;
    
}


    label img {
        width: 70px;
        height: 70px;
        display: inline-block;
    }