@font-face {
    font-family: 'microextendflfregular';
    src: url('microextendflf-webfont.woff2') format('woff2'),
    url('microextendflf-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'microextendflfbold';
    src: url('microextendflf-bold-webfont.woff2') format('woff2'),
    url('microextendflf-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'microextendflfregular';
}

p{
    text-align: center;
    font-size: 25px;
    line-height: 40px;
}

h5{
    text-align: center;
}