/* styles.css */
body {
    margin: 0;                            /* Remove default spacing */
    background-color: yellow;             /* App background */
    color: blue;                        /* Default text color */
    font-family: sans-serif;             /* Clean font for UI */
  }
  
  /* Add custom styles for the scoreboard layout here */