body { /* enter the font-family for body text */ }
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { /* enter font family for headings */ }
button {
    color: #fff !important;
}
@media (max-width: 700px) {
    .fac-brand {
        display: block;
        text-align: center;
    }

    .fac-brand-divider {
        display: none;
    }

    .fac-program {
        text-align: center;
    }

    .fac-terms,
    .fac-shell,
    .fac-header,
    .fac-content,
    .fac-brand,
    .fac-titlebar {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}