#connection-error {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
}
#connection-error-box {
    background: rgb(0, 45, 64);
    color: #ccc;
    padding: 2rem 2.5rem;
    border-radius: 6px;
    border: 1px solid grey;
    text-align: center;
    max-width: 420px;
    line-height: 2.0;
}
#connection-error-box a {
    color: #7abaff;
    cursor: pointer;
}