select {
    color: white;
    background-color: #333;
}

select option {
    color: white;
    background-color: #333;
}