﻿.poo-thru {
    text-decoration: line-through wavy brown!important;
    opacity: 0.8;
}
dialog::backdrop {
    background: rgba(181,101,29,0.6);
    backdrop-filter: blur(10px);
}
#leavingpopover {
    flex-direction: column;
    justify-content: center;
    min-width: 70vmin;
    min-height: 20vmin; /* Browsers on iPhone need a min width and min height otherwise the dialog is small */
    padding: 15px;
    border: 0;
}
#leavingpopover h1 {
    text-align: center;
}
#leavingpopover .button-container {
    margin: 0 auto;
    text-align: center;
}
#leavingpopover button {
    min-width: 150px;
}