.box{
    margin-top: 50px;
    margin-left:auto;
    margin-bottom:auto;
    margin-right:auto;
    width: 600px;
    height: 400px;
    border-radius: 48px;
    background: linear-gradient(145deg, #d8d4d4, #fffbfb);
    box-shadow:  17px 17px 34px #eee9e9,
             -17px -17px 34px #f2eded;
    text-align: center;
    padding: 15px;
}
body{
    color: black;
    background-color: black;
    
    
    font-family: Arial, Helvetica, sans-serif;
}
.move-button-rock,.move-button-paper,.move-button-sci{
    background:transparent;
    border:solid 3px black;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-right: 15px;
    cursor: pointer;
}
.move-img{
    width: 50px;
    height: 50px;
}
.move-icon{
    background-color: transparent;
    width: 35px;
    height: 35px;
}
.reset-button,.auto-click-button{
    background-color: white;
    border: none;
    font-size: 15px;
    padding: 8px 15px;
    cursor:pointer;
}
