html, body {
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #1d1d1d;
  color: #f1f1f1;
  text-align: center;
  font-family: "Courier New", monospace;
}
  h1 {

  }
  p {
  }