.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 1000%;
  height: 100%;
  background: url("../img/background.webp") repeat-x;
  background-size: auto 100%;
  opacity: 0.75;
}
