body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95vh;
}
#reset {
    width: 10%;
    height: 5%;
    font-size: 5%;
    border-style: solid;
    border-color: #eaeaea;
}
main {
    margin-top: -20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    width: 40%;
    height: 40%;
}
#store {
    background-color: #dcdcdc;
    width: 15%;
    height: 50%;
    left: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-flow: column nowrap;
    border-radius: 5px;
}
.product {
    width: 90%;
    height: 15%;
    background-color: #e6e6e6;
    border-radius: 5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-flow: column nowrap;
}

#gambles {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    width: 35%;
    height: 100%;
}
#gambles div {
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 5px;
    background-color: #dcdcdc;
    overflow: hidden;
    position: relative;
}
.gambleIcon {
    width: 50px;
    height: 50px;
}