@layer pages {
    .pages__home {
        border-bottom: var(--block-space-half) solid;
        border-image-slice: 1;
        border-image-source: var(--rainbow-gradient);
    }

    .home__header {
        text-align: center;
        margin-bottom: var(--block-space-double);
        padding: var(--block-space) var(--block-space) var(--block-space-half);

        .home__header__container {
            max-width: 1400px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    .home__title {
        font-size: var(--text-medium);
    }

    .home__subtitle {
        font-size: var(--text-x-small);
    }

    .home__main {
        text-align: center;
    }
}