.scoreboard-container { flex-direction: row; justify-content: center; align-items: center; padding-top: 20px; padding-bottom: 20px; padding-left: 40px; padding-right: 40px; background-color: rgba(0, 0, 0, 0.8); border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-width: 0; border-bottom-width: 3px; border-left-width: 3px; border-right-width: 3px; border-color: rgb(255, 255, 255); margin-top: 0; } .team-section { flex-direction: row; align-items: center; justify-content: center; padding-left: 20px; padding-right: 20px; } .team-name { font-size: 28px; color: rgb(255, 255, 255); -unity-font-style: bold; padding-left: 10px; padding-right: 10px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 1); } .score-label { font-size: 48px; color: rgb(255, 215, 0); -unity-font-style: bold; padding-left: 15px; padding-right: 15px; text-shadow: 3px 3px 6px rgba(0, 0, 0, 1); } .timer-section { flex-direction: column; align-items: center; justify-content: center; padding-left: 30px; padding-right: 30px; margin-left: 20px; margin-right: 20px; background-color: rgba(255, 255, 255, 0.1); border-radius: 10px; padding-top: 10px; padding-bottom: 10px; } .period-label { font-size: 18px; color: rgb(200, 200, 200); -unity-font-style: bold; margin-bottom: 5px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); } .timer-label { font-size: 42px; color: rgb(255, 255, 255); -unity-font-style: bold; font-family: 'monospace'; text-shadow: 3px 3px 6px rgba(0, 0, 0, 1); letter-spacing: 2px; }