body{
    background-color: rgb(170, 170, 170);
    width: 100%;
}
.container{
    background-color: rgb(78, 78, 78);
    opacity: 0.95;
}
.game_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:auto;
    margin-top:3em;
    margin-bottom:3em;
    width: 40%;
    background-color:white;
    border-radius: 5px;
    box-shadow: 0 5px 35px rgb(0, 0, 0);
}
.dice_wrapper{
    width: 100%;
    margin-top:2em;
    display: flex;
    justify-content: space-around;
}
p{
    font-size:1.5em;
    font-weight:500;
}
button{
    background-color:rgb(88, 88, 88);
    border:none;
    outline:none;
    color:white;
    padding:0.7em;
    font-size: 1.3em;
    letter-spacing:1px;
    border-radius: 5px;
    margin-bottom:0.7em;
    cursor: pointer;
}
.shake{
    animation:shake 0.5s infinite;
}
@keyframes shake{
    0%{
        transform:rotate(8deg);
    }
    50%{
        transform:rotate(-8deg);
    }
    100%{
        transform:rotate(8deg);
    }
}
@media only screen and (min-width: 600px){
    body{
        background-color: rgb(170, 170, 170);
        width: 100%;
    }
    .container{
        background-color: rgb(78, 78, 78);
        opacity: 0.95;
    }
    .game_container{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin:auto;
        margin-top:3em;
        margin-bottom:3em;
        width: 40%;
        background-color:white;
        border-radius: 5px;
        box-shadow: 0 5px 35px rgb(0, 0, 0);
    }
    .dice_wrapper{
        width: 100%;
        margin-top:2em;
        display: flex;
        justify-content: space-around;
    }
    p{
        font-size:1.5em;
        font-weight:500;
    }
    button{
        background-color:rgb(88, 88, 88);
        border:none;
        outline:none;
        color:white;
        padding:0.7em;
        font-size: 1.3em;
        letter-spacing:1px;
        border-radius: 5px;
        margin-bottom:0.7em;
        cursor: pointer;
    }
    .shake{
        animation:shake 0.5s infinite;
    }
    @keyframes shake{
        0%{
            transform:rotate(8deg);
        }
        50%{
            transform:rotate(-8deg);
        }
        100%{
            transform:rotate(8deg);
        }
    }
}
@media only screen and (min-width: 768px){
    body{
        background-color: rgb(170, 170, 170);
        width: 100%;
    }
    .container{
        background-color: rgb(78, 78, 78);
        opacity: 0.95;
    }
    .game_container{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin:auto;
        margin-top:3em;
        margin-bottom:3em;
        width: 40%;
        background-color:white;
        border-radius: 5px;
        box-shadow: 0 5px 35px rgb(0, 0, 0);
    }
    .dice_wrapper{
        width: 100%;
        margin-top:2em;
        display: flex;
        justify-content: space-around;
    }
    p{
        font-size:1.5em;
        font-weight:500;
    }
    button{
        background-color:rgb(88, 88, 88);
        border:none;
        outline:none;
        color:white;
        padding:0.7em;
        font-size: 1.3em;
        letter-spacing:1px;
        border-radius: 5px;
        margin-bottom:0.7em;
        cursor: pointer;
    }
    .shake{
        animation:shake 0.5s infinite;
    }
    @keyframes shake{
        0%{
            transform:rotate(8deg);
        }
        50%{
            transform:rotate(-8deg);
        }
        100%{
            transform:rotate(8deg);
        }
    }
}
@media only screen and (min-width: 992px){
    body{
        background-color: rgb(170, 170, 170);
        width: 100%;
    }
    .container{
        background-color: rgb(78, 78, 78);
        opacity: 0.95;
    }
    .game_container{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin:auto;
        margin-top:3em;
        margin-bottom:3em;
        width: 40%;
        background-color:white;
        border-radius: 5px;
        box-shadow: 0 5px 35px rgb(0, 0, 0);
    }
    .dice_wrapper{
        width: 100%;
        margin-top:2em;
        display: flex;
        justify-content: space-around;
    }
    p{
        font-size:1.5em;
        font-weight:500;
    }
    button{
        background-color:rgb(88, 88, 88);
        border:none;
        outline:none;
        color:white;
        padding:0.7em;
        font-size: 1.3em;
        letter-spacing:1px;
        border-radius: 5px;
        margin-bottom:0.7em;
        cursor: pointer;
    }
    .shake{
        animation:shake 0.5s infinite;
    }
    @keyframes shake{
        0%{
            transform:rotate(8deg);
        }
        50%{
            transform:rotate(-8deg);
        }
        100%{
            transform:rotate(8deg);
        }
    }
}