body {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#dice {
    width: 200px;
    height: 200px;
    font-size: 200px;
    text-align: center;
    border-style: solid;
    border-radius: 25px;
    background-color: aliceblue;
}
canvas {
    border-style: solid;
    border-radius: 25px;
    margin-left: 200px;
}
#flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: row wrap;
    background-color: grey;
    border-radius: 25px;
    padding: 10px;
}
#info {
    font-size: 30px;
    padding: 15px;
    border-radius: 10px;
    color: black;
}
button {
    width: 180px;
    height: 50px;
    font-size: 25px;
    border-radius: 15px;
    background-color: rgb(200, 20, 200);
}