h1 {
  color: white;
  font-family: 'Righteous', cursive;
  font-size: 40px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 70px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: black;
  color: white;
}


.leaderboard .row {
  display: flex;
}

.leaderboard .row > * {
  flex: 1;
  text-align: center;
  padding: .5em 2em;
  font-size: 175%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.header {
  font-family: 'Righteous', cursive;
}

.entry {
  font-family: 'Lato', sans-serif;
}

a:link, a:visited {
  color: white;
  font-family: 'Righteous', cursive;
  font-size: 24px;
}

.link {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 40px;
}