@import "branding.css";
@import "style.css";

.nodisplay {
    display: none;
}

/* -------------------------------------------- TEXT */
.text-error {
    font-size: 18px;
    color: var(--text-blue);
    margin: 0px;
}

/* -------------------------------------------- SEC One */
#section-error {
    width: 100%; min-height: 100vh;
    background-color: var(--green-300);
    display: flex; flex-direction: column;
    justify-content: center; align-items: center;
}

.error-icon {
    width: 50px; height: 50px;
    fill: var(--blue-700);
}
