#exitDialogArea{
    display: none;
    border-radius: 2px;
    position: absolute;
    width: 37vw;
    left: 35vw;
    top:40vh;
    height: 20vh;
    background-color: rgba(17,58,65,0.85);
    z-index: 1001;
}

#exitDialog_p {
    position: relative;
    color: white;
    font-size: 3em;
    text-align: center;
    line-height: 1vh;
    top: 4vh;
    margin: 0;
}

#exitDialog_yes,
#exitDialog_no {
    position: fixed;
    text-align: center;
    height: 5vh;
    width: 6vw;
    top: 56vh;
    color: white;
    border:2px solid rgba(255,255,255,0.9);
    border-radius: 2px;
    font-size: 2em;
}

#exitDialog_yes.active,
#exitDialog_no.active {
    border-color: #f8e81c;
    color: #ffff00;
}

#exitDialog_no{
    left: 45vw;
}

#exitDialog_yes {
    left: 56vw;
}
