@import url(root.css);

.page.notFound .section {
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    overflow: visible;
    pointer-events: none;
    font-size: 3rem;
    font-weight: 900;
}

.page.notFound .section .primary-color {
    color: var(--primary-color);
}

.page.notFound .section hr {
    width: 100px;
    color: var(--primary-color);
}
