.bodyWrap {
  width: var(--width);
  margin: 0 auto;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.2);
  background: var(--white900);
  overflow: hidden;
}