body {
  background-color: skyblue;
  h2 {
    color: red;
  }
  color: blueviolet;
  font-family: South Park;
  src: url('https://www.actionfonts.com/south-park-font/');
  background: no-repeat url("https://file.garden/aZVcaQkyAioQfCGB/South%20Park%20Cool%20Cartoon%20Art%20Wallpaper%20For%20Desktop%20-%201280x720.jpg");
  background-size: contain;
}

