* {
    font-family: sans-serif;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    color: black;
    text-align: left;
    float: none !important;
}

html {
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    text-size-adjust: auto;
    overflow:hidden;
    height: 100%;
    width: 100%;
}

a {
    color: rgb(192,72,0);
}
