body {
  background-color: #353d3f;
}

.main {
  font-family: "Courier New", monospace;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  color:  white;
  transform: translate(-50%, -50%);
  text-shadow: 8px 8px 16px black;
}