body {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

img {
  width: 20%;
}

.row {
  display: flex;
  flex-direction: row;
}

.row-centered {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

h1 {
  font-size: 54px;
}

.mb-80 {
  margin-bottom: 80px;
}

td {
}

.player-name {
  font-size: 14px;
}

.tiny {
  font-size: 14px;
  color: #aaa;
}

thead td {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
