.sendButton {
    color: grey;
}

.sendButton:hover {
    color: darkgrey;
    
}