body {
  background-image: url("https://hottubhangout.com/content/hottub.png");
  background-size: cover;
}
@media screen and (max-width: 600px) {
  body {
    background-position: top;
  }
}
