body {
background-color: #fff;
transition: background-color 1s ease;
}
.color-black {
background-color: #000!important;
}
.color-white {
background-color: #fff!important;
}