/* Global */
body { 
  font-family: Arial, sans-serif; 
  line-height: 1.6;
  position: relative;
}

/* Full body shadow overlay */
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/common/shadow.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  opacity: 0.79;
  mix-blend-mode: multiply;
  z-index: 1000;
  pointer-events: none;
}