span {
    Font-family: sans-serif;
}

font { 
    color: maroon;
}

button { 
     color: yellow;
     background-color: purple;
}

html {
    background-color: black;
}