a{
  color:rgb(255,255,255) !important;
  background-color:rgb(60,0,66) !important;
}
body{
  color:rgba(255,255,255,255) !important;
   background-color:rgba(60,0,66,255) !important;
}
.ovale{
	background:rgba(60,0,66,255) !important;
  border-color:white !important;
}
.ovale:hover{
    color:rgba(60,0,66,255) !important;
    background-color:white !important;
    cursor: pointer;
    text-decoration: none;

}
.trait_dessus {
  border-top: 1px solid white !important;
}
.trait_dessous {
  border-bottom: 1px solid white !important;
}

.remove.icon {
    color: white !important;
}