html {
    font-size: 14px !important;
}

* {
  box-sizing: border-box;
}

body, p, div, span, ul, li, table, tr, td, a {
    font-size: 1.1rem !important;
    line-height: 1.6rem;
}

img {
    width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    body, p, div, span, ul, li, table, tr, td, a {
        font-size: 1rem !important;
    }
}
@media (min-width: 801px) {
    #container {max-width: 800px;}
}