dialog {
    position: fixed;
    max-width: 67vw;
    top: 50%; bottom: auto;
    left: 50%; right: auto;
    transform: translate(-50%, -50%);
    background: #2a2a2a;
    border-color: #111;
    border-radius: 3vw;
    display: flex;
    flex-direction: column;
    text-align: center;
}

dialog menu {
    display: flex;
    gap: 4px;
    justify-content: space-between;
    border-top-style: solid;
    border-color: #202020;
    padding: 1vh;
    padding-bottom: 0;
}

dialog::backdrop {
    background-color: #222;
    opacity: 0.3;
}
