body,
html {
  margin: 0px;
  padding: 0px;
  height: 100vh;
  width: 100vw;
  position: fixed;
}
.trail{
      position: absolute;
    z-index: 999;
    top: 0;
}