.main-content {
  background: #20101C;
  position: relative;
  overflow: visible;
  z-index: 1;
  padding-bottom: 12rem;
}
.main-content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  transform-origin: left top;
  transform: skewY(-3deg);
}

/*# sourceMappingURL=MainContainer.css.map */
