* {
  box-sizing: border-box;
}

body {
  background-color: #000;
  color: #fff;
  font-family: sans-serif;
}

#unity-fullscreen-button {
  float: none;
}

#game-and-scores {
  display: flex;
  margin: 32px auto;
  width: 710px;
}

#unity-container.unity-desktop {
  height: 512px;
  left: 0;
  position: relative;
  top: 0;
  transform: none;
  width: 408px;
}

#highscores {
  padding: 0 0 0 20px;
  text-align: center;
  width: 300px;
}

#highscores a {
  color: #0af;
}

#highscores h2 {
  font-size: 20px;
}

#highscores-connect {
  border-radius: 8px;
  border: 1px solid #333;
  margin: 0 0 16px;
  padding: 0 0 8px;
}

#highscores-connect .best-score {
  font-weight: bold;
}

#highscores-leaderboard {
  border: 1px solid #333;
  border-radius: 8px;
}

.highscore {
  border-top: 1px solid #333;
  display: flex;
  font-weight: bold;
  padding: 20px;
}

.highscore.player {
  color: #2de7f4;
}

.highscore .account {
  margin: 0 0 0 12px;
}

.highscore .points {
  margin: 0 0 0 auto;
}
