/* CSS Styles */
body {
  background-color: black;
  color: white;
}

.score-box {
  background-color: darkgray;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}

.team-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px; /* Adjust the font size as needed */
  font-weight: bold;
}

.status {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px; /* Adjust the font size as needed */
  font-weight: bold;
}

.team-logo {
  max-width: 30px; /* Adjust the max-width of team logos */
  margin-right: 10px; /* Add spacing between the team logo and team name */
}

/* Add any additional styling as needed */
