header, footer {
  .gradient {
    overflow: hidden;
    box-shadow: inset 5px 5px #111, inset -5px -5px #111, inset #0008 75px 75px 160px, inset 10px 10px 45px black, inset -10px -10px 45px black, 5px 0 15px #2d2d2d;
    display: flex;
    justify-content: center;
  }

  .tiled {
    background-image: url(/assets/tiles/hpattern.webp);
    height: inherit;
    z-index: 1;
  }
}

#content {
    background-image: url(/assets/tiles/bpatterndark.webp);
}
