/* Dark Mode Styles */
body {
    background-color: #181818;
    color: #fff;
}

/* Adjust colors for other elements as needed */
h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

a {
    color: #fff;
}

/* Add more selectors and properties as required */
