body,
html {
    font-family: "ff-good-headline-web-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
}

section.page {
    position: relative;
    height: 100%;
    min-height: 100vh;
}

main {
    position: relative;
    inset: 0;
    padding: 25px 0;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 16px;
}

header,
footer {
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
}

header {
    top: 0;
    background-color: #62AC2F;
}

footer {
    bottom: 0;
    background-color: #0068A6;
}

.center {
    height: calc(100% - 100px);
}

.btn.btn-primary {
    background: #0068A6 !important;
}

@media (min-width: 768px) {
    
    main {
        padding: 75px 0;
    }
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 20px;
    }
}