body {
  background-color: black;
  color: white;
}

p {
  color: white;
}




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

#leaderboard {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 20px;
  border: 1px solid gray;
}

.content-input {
  display: flex;
  justify-content: space-between;
  margin: 10px;
  border-bottom: 1px solid gray;
}
