#back {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: -100;
}

body {
  margin: 0;
  top: 0;
}
