.boxscore-table {
  font-family: 'Poppins', sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0;
}
.boxscore-table th {
  background-color: #f8b400;
  color: #000;
  padding: 8px;
}
.boxscore-table td {
  text-align: center;
  border: 1px solid #ccc;
  padding: 6px;
}
.boxscore-header {
  font-weight: bold;
  background: #ff9100;
  color: white;
  padding: 5px;
}
