html {
  background-color: #0b0205;
}

body {
  background:
    linear-gradient(rgba(5, 1, 2, 0.62), rgba(11, 2, 5, 0.72)),
    url("images/backgr1.png") center / cover fixed no-repeat !important;
}

@media (max-width: 768px) {
  body {
    background-attachment: scroll !important;
  }
}
