:root {
    --section-padding-top: 97px;
    --section-padding-inline: 93px;
    --body-copy-spacing: 24px;
    --section-heading-size: 38px;
    --section-subheading-size: 18px;

    --drop-shadow:
        0 11px 4.4px 0 #0000000B,
        0 17px 6.5px 0 #0000000C,
        0 25px 9.5px 0 #0000000C,
        0 36px 13.8px 0 #0000000C,
        0 53px 20.1px 0 #0000000C,
        0 78px 29.9px 0 #0000000D,
        0 120px 46px 0 #0000000E,
        0 203px 77.7px 0 #0000000E;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
}

.h1-header {
    font-size: var(--section-heading-size);
    font-weight: 800;
    color: #133078;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

.h2-header {
    font-size: var(--section-subheading-size);
    font-weight: 400;
    color: #133078;
    text-align: left;
    line-height: 1.5;
    margin-top: 36px;
    margin-bottom: 0;
}

.link-header {
    font-size: 18px;
    font-weight: 400;
    color: #133078;
    text-align: left;
    text-decoration: underline;
    margin-top: 52px;
}

.h1-body {
    font-size: var(--section-heading-size);
    font-weight: 600;
    color: #133078;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.h2-body {
    font-size: var(--section-subheading-size);
    font-weight: 400;
    color: #133078;
    text-align: center;
}

.main-button {
    background-color: #FDE454;
    border-radius: 10px;
    border: 0;
    padding: 18px 48px;
    margin-top: 44px;
    box-shadow: var(--drop-shadow);
    font-family: inherit;
    cursor: pointer;
}

.button-text {
    font-size: 18px;
    color: #505050;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}
