#app {
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.bg-user {
  position: absolute;
  width: 40%;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1028px) {
  .bg-user {
    width: 90%;
    right: -40%;
  }
}

.footer-links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
}
