body {
  background-color: black;
  color: white;
  font-family: Courier, Verdana;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.textbox {
  width: 1430px;
}