#exit-popup button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#exit-popup button:first-child {
    background-color: #0073aa;
    color: white;
}

#exit-popup button:last-child {
    background-color: #ccc;
}