﻿
html
{
    font-size: 100%;
}
body
{
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: white;
}
