body {
    font-family: 'Satoshi', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.025rem;
    line-height: 3rem; /* 120% */

    color: #000;
}

h2 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.025rem;
    line-height: 3rem; /* 120% */

    color: #000;
}

h3 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.025rem;
    line-height: 3rem; /* 120% */

    color: #000;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.025rem;
    line-height: 1.75rem; /* 155.556% */

    color: #000;
}

p.lead {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.025rem;
    line-height: 2.0625rem; /* 137.5% */

}

.social a {
    display: flex;
    padding: 0.75rem 1.5rem;
    border: 1px solid #000;

    border-radius: 2.5rem;

    gap: 1.25rem;
    align-items: center;

    background: #fff;
}

.footer {
    gap: 1.25rem;
    background: #8da4d5;
}

.footer a {
    display: block;

    color: #fff;
    text-decoration: none;
}

.bible {
    background: #254a95;
}

.bible p {
    color: #fff;
}
