section.template-404 {
    text-align: center;
    margin-top: 2rem;

    section.content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 50dvh;
        text-align: center;

        h1 {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 12.5rem;
            margin: 0;
            color: var(--fyr-color-quaternary)
        }

        p {
            display: none;
            max-width: 600px;
            margin: 0;
            line-height: 1.75em;
            font-size: 1.125rem;
            color: var(--fyr-color-neutral);
        }

        a.button {
            display: inline-flex;
            align-items: center;
            padding: 12px 24px 12px 30px;
            gap: 12px;
            color: var(--fyr-color-white);
            background: var(--fyr-color-primary);
            border: none;
            border-radius: 100px;
            text-decoration: none;
            font-size: 1.25rem;
            font-weight: bold;

            i {
                font-size: 1.66rem;
                line-height: 0;
            }
        }
    }
}