body {
  background: red;
}

.component {
  background: blue;
}

body {
  background: green;
}

