body {
  background-color: purple;
  color: yellow;
}

body:before {
  content: " ";
}

body:after {
  content: ' ';
}
