#light-mode{
    display : none;
}
.dark-mode{
    background-color: black;
    color: white;
}
.text-color{
    color:white;
}