

.main {
    transition: all 1s ease;
}
.main.active {
    background-color: #4c4640;
    transition: all 1s ease;
}

