body{
background:
  linear-gradient(
    rgba(0, 0, 0, 0.7), 
    rgba(0, 0, 0, 0.7)
  ),url("https://theliberalmediaband.com/liberalwall.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
