/*.app {
  background: linear-gradient(rgba(42, 46, 55, 0.8), rgba(15, 15, 20, 0.8)),
    url("../images/wall.svg") !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-position: center !important;
  background-size: cover !important;
}*/

/* .app {
  background: url("../images/wall.svg") !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-position: 0% 0% !important;
  background-size: 100% 100% !important;
} */
