.shady { background-color: #252525; color: black; transition: all 0.5s; } .shady:hover { color: #ffffff; }