body {
  padding: 20px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  text-align: center;
}

a {
  color: red;
}

p {
  max-width: 600px;
  margin: 1em auto;
  text-align: center;
}

table {
  border-collapse: collapse;
}

tr {
  border-bottom: solid 1px black;
}

td {
  padding: 10px;
}

h1 {
  font-size: 3em;
}

.stats {
  display: flex;
  justify-content: center;
}

h2 {
  text-align: center;
}
.stats h2 {
  padding: 1em;
  text-align: left;
}


@media (max-width: 700px) {
  .stats h2 {
    text-align: center;
  }
  .stats {
    display: block;
  }
}
.number {
  font-size: 3em;
  display: block;
  color: #ee3c2e;
}

img {
  height: 6em;
  width: 6em;
  margin: auto;
  padding-right: 1em;
  display: block;
}

button {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-size: 12px;
  padding: 3px 8px;
  border: solid #000000 1px;
  text-decoration: none;
  background: #000;
  color: #FFF;
}

button:hover {
  background: #585858;
  text-decoration: none;
  cursor: pointer;
}