html {
box-sizing:border-box;
overflow-y:scroll;
margin:0;
padding:0;
border:0;
}
body{
box-sizing: inherit;
overflow-x:hidden;
margin:0;
}
