body {
    font-family: Nova, Helvetica, Tahoma, sans-serif !important;
    font-style: normal;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #333;
    background: #fff;
    overflow-x: hidden;
    word-wrap: break-word;
}
@font-face {
    font-display: swap;
    font-family: Nova;
    font-style: normal;
    src: url(../fonts/fn.woff2)format("woff2")
}
@media only screen and (max-width:768px) {
    .textcenter{
        text-align: left;
    }
    .textcenter a{
        text-align: center;
    }
}