.container {
    color: #666666;
    /* color: #E5E5E5; */
    transition: color 0.4s ease;
}

.container:hover {
    color: #fff;
}