
#gameDiv{    
    position: absolute;
    z-index:0;
}

.question_button{
    position: relative;
    z-index:1000;
}

canvas{
    z-index:0;
}

#gameDiv{    
    position: absolute;
    z-index:0;
}

.question_mark{
    z-index:1000;
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.question_mark:hover {
    color: #0056b3;
    text-decoration: underline;
}

.session-select {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.session-select h2 {
    color: #fff;
    font-family: Comfortaa, cursive;
    margin-bottom: 8px;
}

.session-btn {
    min-width: 240px;
}

.stats-actions {
    position: absolute;
    left: 50%;
    top: 62%;
    transform: translateX(-50%);
    z-index: 20;
    width: auto;
}

/* button, input, optgroup, select, textarea {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
} */