body {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.87);
    background: url('./assets/image/bubleLoad.png');
}

#app {
    width: 100%;
    height: 100vh;
    /*overflow: hidden;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-menu{
    position: absolute;
    right: 0;
    top: 0;

}
.game-menu button{

}
