#confirmation_box {
    position: fixed;
    top: 30%;
    background-color: white;
    width: 100%;
    max-width: 400px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    border: solid 1px #94acb7;
    font-weight: 600;
    box-sizing: border-box;
    z-index: 99999;
}

#confirmation_box .button {
    font-weight: 900;
    border-radius: 5px;
    width: 49%;
    position: relative;
}

#confirmation_box .button:hover{
    top: 1px;
}

#confirmation {
    background-color: #51b551;
    margin-left: 1%;
}

#cancellation {
    background-color: #b55151;
}
