* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  cursor: none;  
}

#fluid-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
}

#fluid {
  width: 100vw;
  height: 100vh;
  display: block;
}