@media all, print {
  @page {
    size: 21cm 29.7cm; }
  div {
    position: absolute; }
    div[circle] {
      background-repeat: repeat;
      background: black;
      opacity: .7;
      transform: scaleX(45deg); }
    div[circle="one"] {
      width: 14cm;
      height: 24cm;
      background: linear-gradient(120deg, rgba(169, 169, 169, 0.8) 0%, darkgrey 15%, black 100%); }
      div[circle="one"]:nth-of-type(even) {
        z-index: 2;
        right: 0.5cm;
        bottom: 2cm;
        border-left: 1px dashed white;
        transform: scaleY(115deg);
        border-bottom: 70px dashed wheat;
        border-right: 890px dotted white; }
    div[rectangle="two"] {
      left: 2cm;
      background: #5d5d5d;
      transform: scaleY(2deg); }
    div[circle="three"] {
      width: 6cm;
      height: 24cm; }
      div[circle="three"]:nth-of-type(odd) {
        transform: rotate(12deg), scaleX(10);
        background: wheat;
        margin-left: 1cm;
        border-top: 13px solid lightgrey; }
    div[rectangle="four"] {
      z-index: 3;
      width: 4cm;
      height: 10cm;
      top: 0;
      border-right: 300px dashed white; } }

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