html, body {
    font-family: TitilliumWeb, sans-serif !important;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.ph-bold {
    font-size: 16px;
}

main {
    flex-grow: 1;
}

header {
    padding: 40px 0 0 40px;
}

footer {
    padding: 29px 529px;
    background-color: var(--blue-extralight);
    display: flex;
    align-items: center;
}

header a, form a {
    text-decoration: none;
    color: var(--very-dark-grey);
    font-weight: 600;
    line-height: 120%;
}

header a {
    padding: 8px 12px;
    border: 1px solid var(--light-grey);
    border-radius: 4px;
    background-color: var(--white);
    width: fit-content;
}

header a i {
    color: var(--medium-grey);
}

footer p,footer a {
    color: var(--dark-grey);
    font-weight: normal;
    text-align: center;
}

h3 {
    font-size: 23px !important;
}

@media only screen and (max-width: 720px) {
    footer {
        padding: 24px;
        background-color: var(--blue-extralight);
        display: flex;
        align-items: center;
    }
}
