@charset "utf-8";

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba( 0, 0, 0, 0.45 );
  z-index: -1;
}