body {
  margin: 0;
  background-image: url("https://brianpowers-public.s3.us-west-002.backblazeb2.com/cheese.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
