

body { 
  background: pink;
  font-size: 16px;
  color: fuchsia;
}

h2 {
  color: white;
  background-color: black;
}