body.dark-mode {
    background: rgb(45, 45, 45);
    color: #f5f5f5;
}

body.dark-mode .mid-gray {
    color:rgb(150, 150, 150);

}

body.dark-mode .bg-light-gray {
    background:rgb(60,60,60);

}

body.dark-mode .bg-white {
    background:rgb(29, 29, 29);

}