/* background-image */
html {
  background: url(../img/landscape.webp) no-repeat center fixed;
  background-size: cover;
}
/* / */
