html,body{
    width: 100%;
    height: 100%;
}
html{
    overflow: hidden;
}
body{
    padding: 0px;
    margin: 0px;
}

