/* bg-style.css */

.bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/images/bgpapa01.png') no-repeat center center fixed;
  background-size: cover;
  z-index: -1;              
  pointer-events: none;    
}
