#card {
    background-color:rgb(59, 59, 80) ;
    color:"white"
}

#card:hover {
    background-color:rgb(226, 226, 226) ;
    color:rgb(4, 4, 54)
}