/* light-theme.css */
body {
    background-color: white;
    color: black;
}
