
.body {
    background-color:goldenrod;
}

#body {
    background-color: greenyellow;
}

body {
    background-color:aquamarine !important;
}