#scoreboard {
  width: 100vw;
  aspect-ratio: 1536 / 576;
  background: black;
  color: white;
  display: flex;
  justify-content: space-between;
}