.dark{
    color: white;
    background-color: black;
}

.light{
    background-color: white;
    color: black;
}