html {
    width: 100%;
    height: 100%;
    overflow: auto;
    font-family: "Lucida Sans", sans-serif;
    font-size: 13px;
}

body {
    display: block;
    justify-content: left;
    align-items: left;
    overflow: auto;
    margin-left: 100px;
    margin-right: 100px;
    font-size: 100%;
}