/* Target the whole page or a specific class */
body {
  background-image: url('images/true_loathe.png');
  background-repeat: no-repeat;
  background-size: cover;
}

