1body {
2background-color: black;
3background-color: blue !important ;
4 /*
5 The second background color would show since it has
6 a !important afterwards, this is to overwrite css you have
7 already wrote. However, this is not recomended.
8 */
9}