.polygons {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #050507;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
.polygons >canvas {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
}