body {
    transition: background-color 2s;
}

.black {
    background-color: #000;
    color: white;
}