@charset "UTF-8";
/* CSS Document */
body {
  background-image: url("../images/Mt_Ida_panorama_from_Syphon_Falls_Salmon_Arm_BC-scaled.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
}
