
.dark-mode {
    /* Add styles for dark mode */
    background-color: #333;
    color: #fff;
}
