#diceDiv > img
{
    margin: 30px;

}
#reDiv > p{
    border: 1px solid white;
    border-radius: 10px;
    width: 500px;
    height: 50px;
    text-align: center;
    align-items: center;
    align-content: center;
    font-size: 20px;
}
#nmDiv > p{
    display: inline-block;
    margin : 0px 80px;
    text-align: center;
    font-weight: bold;
}
#btDiv{
    display: inline-flex;
    align-items: center;
    justify-items: center;
}

button{
    width: 70px;
    height: 70px;
    font-size: 35px;
    border-radius: 100%;
    text-align: center;
}
#d1{
    height: 300px;
    width: 300px;
    border-radius: 5%;
}