html {
  width: 100%;
  height: 100%;
}
html #scoreboard {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: -1;
  width: 400px;
  height: 400px;
  justify-content: center;
  align-items: center;
}
html #scoreboard li {
  font-size: larger;
  font-weight: bolder;
  list-style: none;
  justify-content: center;
  padding: 10px;
  margin: 10px;
  color: white;
}