/* Verbatim port of reactbits.dev's Grainient CSS — the canvas itself is sized entirely by
   js/grainient.js (width/height:100% inline styles); this just gives the container something to
   fill and clips it. */
.grainient-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
