html, body {
    margin: 0;
    padding: 0;
  }
  main {
    position: absolute;
    top:0;
    /*display behind*/
    z-index: -1;
  }
  