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

/* ----------------------------------------------------------- PAGE */
.page {
    width: 100%; min-height: 100vh;
    background-image: repeating-linear-gradient(45deg, var(--grey-700) 0, var(--grey-700) 1px, transparent 0, transparent 50%);
    background-size: 100px 100px;
    background-color: var(--grey-800);
    display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.error-icon {
    width: 60px; height: 60px;
    fill: var(--grey-200);
    margin-bottom: 40px;
}
