.dark .bg-gray-1000 {
    background-color: #000; /* Black background */
}

.dark .text-gray-200 {
    color: #808080; /* Grey text */
}
