body {
  background: black;
  color: white;
  font-family: Monospace;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
