.background-fifa {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/assets/img/fifa22.png');
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
  background-attachment: fixed;
}