html, body{
    box-sizing: border-box;
    border:0;
    margin:0;
    overflow: hidden;
}

body {
    position: relative;
  }
