/* Reset margins and paddings */
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: #00000000;
  overflow: hidden;
}

#shader-wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#shader-container {
  position: relative;
}
