#stats {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.graph {
  width: 750px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  text-align: center;
}

.last-updated {
  font-size: small;
  font-weight: 100;
  color: grey;
  text-align: center;
  margin-bottom: 25px;
}

.name-link-container h3 {
  margin: 0 auto;
}

.name-link-container a {
  color: rgb(189, 186, 186);
  font-weight: bold;
  font-family: monospace;
  float: right;
}
