h1:focus {
    outline: none;
}

#blazor-error-ui {
    background: #641dff;
    bottom: 1rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25);
    color: #fff;
    display: none;
    left: 1rem;
    padding: 0.9rem 1rem;
    position: fixed;
    right: 1rem;
    z-index: 9999;
    border-radius: 1rem;
}

#blazor-error-ui .dismiss,
#blazor-error-ui .reload {
    color: inherit;
    cursor: pointer;
    margin-left: 0.75rem;
}
