body, html {
    overscroll-behavior-y: contain; /* blocks pull-to-refresh / swipe back */
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#474747;
    --col-1- :#88bfff;
    --col-2- :#2d1c95;
    font-family:'Jazz LET, fantasy';
}
.body > canvas{
    width:100%;
    max-width:600px;
    position:relative;
    /* cursor:none; */
}
.layout .body{
    position:relative;
    width:100%;
}
.gamestore{
    width:100% !important;
    max-width:600px;
    max-width: 600px;
    max-height:100vw;
    height:90vh;
    overflow-y:auto;
    scroll-y:auto;
    text-align: center;
    position: absolute;
    top: 0px;
    left:0px;
    z-index:99;
    background:#97dffffc;
    padding: 20px;
}
.gamestore span{
    width:70px;
    display:inline-block;
    margin:10px;
    padding:5px;
    background:linear-gradient(#e6e6e685,#badcba);
}
.rewardbtn{
    font-weight:bold;
    padding:10px;
    background:linear-gradient(#4b83d1,#7bf9b2);
}
.menuDialog{
    width:100% !important;
    max-width:600px;
    max-width: 600px;
    text-align: center;
    position: absolute;
    top: 0px;
    left:0px;
    z-index:99;
    background:#81c5e2b5;
    padding: 20px;
}
.menuDialog table, .menuDialog td {
    width:100%;
}
.menuDialog button{
    width: 100%;
    background:linear-gradient(#ffbebe,#7bf9b2);
    border:none;
    font-weight:bold;
    font-size: 14pt;
    margin:0px 0px 5px 0px;
}
*{
    box-sizing:border-box;
    border-collapse:collapse;
    /* user-select:none; */
}