body {
  background-color: rgb(41, 41, 41);
  display: flex;
  justify-content: center;
}

h1 {
  color: white;
  padding-top: 400px;
  font-family: "Roboto Mono", monospace;
}
