* {
  font-family: arial;
}

h2 {
  text-align: center;
}

/* ID > CLASS > ELEMENTS */
#body {
  background-color:orange;
}

.body {
  background-color:blue;
}


body {
  background-color:red !important;
}

