@import url("./globals.css");
@import url("./anim.css");

.error-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    background-color: var(--background);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 8;
}

.error-content .btn-primary {
    margin-block-start: 20px;
}