Australian Open Betting Predictions Day 2
/* Team A, Score, and Team B each get their own row */ .team-a, .team-b, .score { width: 100%; /* Each row takes the full width */ display: flex; justify-content: center; margin-bottom: 10px; /* Add spacing between the rows */…