html,
body {
    height: 100%;
    margin: 0;
}

.container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center {
    text-align: center;
}

.dialog-text {
    margin-top: 20px;
}

.alert-text,
.dialog-text,
.modal-text,
.modeless-text {
    font-family: Chicago_12;
    font-size: 1em;
    font-weight: normal;
}

.apple-icon {
    filter: invert(0);
}

ul[role="menu-bar"]>[role="menu-item"]:is(:hover, :focus, :focus-within) .apple-icon {
    filter: invert(1);
}