.background {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(300deg, #00000073 62%, #00000000 96%), url(../images/Cover-1.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-grow: 1;
  z-index: -1;
  opacity: 0.96;
}
