body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.leaderboard {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff0;
  border: 1px solid #85757580;
  width: 100%;
  font-size: 14px;
}

.player {
  color: #fff;
  background-color: #ffffff1f;
  border: .5px solid #50494940;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.place {
  text-align: center;
  width: 22px;
  font-size: 12px;
  font-weight: 200;
}

.score {
  color: #000;
  background-color: #e71c92;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 30px;
  font-weight: 600;
  display: flex;
}

.thru {
  text-align: center;
  width: 20px;
  font-weight: 200;
}


