body {
  height: 800px;
  width: 100%;
  display: flex;
  padding: 20%;
  background-color: #060606;
  color: white;
  font-family: monospace;
}

marquee {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  color: black;
}