```css title=main.css
body {
  background: red;
}

body {
  background: green;
}


```