#choose{
    font-size: 50px;
    color: aliceblue;
}
#menu{
    margin: 30px;
}
#btn-continue {
    right:50%;
    top: 100px;
    
    
}
#img-continue{
    width: 100px;
    height: 50px;

    

}

.btn-menu-initial:hover{
    cursor: pointer;
    

}

.chose-one{
    width: 110px;
    height: 50px;
}
.hidden {
    display: none !important;
}
button{
    border: 1px transparent;
    width: 100px;
    height: 60px;
    border-radius: 10px;

}
.panel {
    background-image: url("/assets/img/background/bg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    max-width:1000;
    max-height: 674;
    width: 100%;
    height: 100%;
    
    
}
.panel-game {
    max-width:1200;
    max-height: 674;
    width: 100%;
    height: 100%;

}



}

canvas {
    border: solid 1px black;
    
    max-width:1000;
    max-height: 674;
    
}