.color-block {
  position: fixed;

  width: 100%;
  height: 200%;
  background-color: var(--col6);
  transform: rotate(-15deg);
  left: -83%;
  top: -50%;

  z-index: -1;
}

