* {
    font-family: arial;
}
.title {
    text-align: center;
}

#body {
    background-color: orange;
}

.body {
    background-color: blue;
}


body {
    background-color: red !important;
}

