body {
    background-color: purple;
}

#zwart {
    color: black;
}

#geel {
    color: rgb(250, 250, 36);
}

#rood {
    color: red;
}