* {
    font-family: arial;
}

* {
    background-color: blueviolet;
}

* {
    color:white;
}

#link {
    color: cornflowerblue;
}