.stats {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: .5em 0;
  font-family: monospace;
}

.container {
  max-width: 700px;
  margin: 0 auto;
}

h1 {
  text-align: center;
}

body {
  font-family: monospace;
  font-size: large;
}