.elementor-97 .elementor-element.elementor-element-1b108cf{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-1b108cf */html, body {
  margin: 0;
  background: #000;
  overflow: hidden;
  font-family: 'overused';
}

#matrix {
  position: relative;
  width: 100vw;
  height: 100vh;
}

#grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 1ch);
  grid-auto-rows: 1em;
  color: #777;
  font-size: 16px;
}

.cell {
  text-align: center;
}

#center-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4vw;
  color: #fff;
  pointer-events: none;
  letter-spacing: 0.2em;
}/* End custom CSS */