body {
  background-image: url("logo.png"),url("bgA.jpg");
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: fixed, fixed;
}
