body {
  font-family: "VT323", monospace;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: #282c34;
  color: #61dafb;
  text-align: center;
}
