#logo{
    width: 50px
}
/*Ne fonctionne pas a cause du fond rose du tableau*/
#entete{
    background-color: brown;
}
.card-text{
    color:black;
}
.card{
    text-decoration: none;
}
body{
    background-color: black;
}
#eldayaa{
    background-color: red;
}
#menus{
    color: red;
    text-decoration: underline;
}
header{
    text-align: center;
    color: white;
}
p{ 
    color: white;
}
.red{
    color: white;
}
th, td{
    text-align: center;
}