
.score-board {
  justify-content: center;
  align-items: center;
}

.score-box {
  width: 120px;
  height: 120px;
  font-size: 6rem;
  text-align: center;
  font-family: "Bitcount Grid Double", system-ui;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-variation-settings:
          "slnt" 0,
          "CRSV" 0.5,
          "ELSH" 0,
          "ELXP" 0;
  border-radius: 5px;
  border: 2px solid #5C5C5C;
  background-color: #1a1a1a;
  color: #d19f25;
  padding-left: 0.3em;
}

.score-separator {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  margin: 0 10px;
}

@media (max-width: 576px) {
  .score-box {
    width: 80px;
    height: 80px;
    font-size: 2.5rem;
  }
  .score-separator {
    font-size: 2rem;
  }
}

#modalBody {
  word-wrap: break-word;
  white-space: pre-wrap; /* mantiene a capo i ritorni a capo */
}


