
body {
    main {
        width: 446px;
        margin: auto;

        color: #45556C;


        /* Body/primary */
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        /* identical to box height, or 162% */
        letter-spacing: -0.4px;

        color: #45556C;

        nav {
            margin-bottom: 48px;
        }

        h1 {
            /* Headline/Desktop/secondary */
            font-family: 'Source Serif Pro';
            font-style: normal;
            font-weight: 400;
            font-size: 56px;
            line-height: 48px;
            /* identical to box height, or 86% */
            letter-spacing: -2.5px;

            color: #020618;
        }

        h2 {
            width: 446px;
            height: 24px;

            /* Title/primary */
            font-family: 'Inter';
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            /* identical to box height, or 150% */
            letter-spacing: -0.6px;
            margin-bottom: 1rem;
        }

        p {
            margin-top: 1rem;
        }

        section, section:last-child p {
            padding-bottom: 1rem;
            border-bottom: 1px solid #E2E8F0;
            margin-top: 1rem;
        }

        section:last-child {
            border-bottom: none;
            margin-bottom: 4rem;
        }

        a, :visited {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            /* identical to box height, or 150% */
            text-align: center;
            letter-spacing: -0.6px;

            color: #020618;
        }

    }
}