@font-face {
    font-family: AuthenticSans;
    src: url(AUTHENTICSans-60.woff);
  }

body{
    overflow-x: hidden;
    font-family: AuthenticSans;
    background-color:#F3F3F3;
    margin-left: 0;
    margin-right: 0;
    color: #1D1D1D;
}

.maintext {
    font-size: 1.6rem;
    /* text-indent: 1rem; */
    line-height: 2rem;
    position: absolute;
    left:7%;
    right: 7%;
    padding: 1%;
    top: 2%;
    /* bottom: 1.5; */
  }

span.blue{
    color: #0000ff;
}

span.orange{
    color: #FF8800;
}