body {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100vw;
  height: 100vh;
  background-color: black;
  color: white;
  font-family: Monospace;
  -webkit-font-smoothing: none;
  align-items: center;
  display: flex;
  position: relative;
  justify-content: center;
}
.chi {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  position: relative;
  justify-content: center;
  }
