#ppsa-quiz-container canvas {
	width: 1920px;
	height: 1080px;
}

#ppsa-quiz-container #menuGalton {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1430px;
    margin-left: -540px;
    /* margin-top: -90px; */
    display: flex;
}


#ppsa-quiz-container .btGaton {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 150px;
    margin: 5px;
}


#ppsa-quiz-container .bg-galton {
    background-image: url(../media/bg-galton.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#ppsa-quiz-container #galtonChoices {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../media/galton-menu.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}