@media all, Print {
  @page {
    size: 16cm 23cm; }
  div {
    position: absolute; }
    div[circle] {
      background-repeat: repeat;
      background: rgba(0, 0, 0, 0.4);
      transform: scaleX(5deg);
      opacity: .6; }
    div[circle="one"] {
      width: 13cm;
      height: 16cm;
      background: linear-gradient(12deg, rgba(0, 0, 0, 0.4) 2%, black 5%, black 100%); }
      div[circle="one"]:nth-of-type(even) {
        z-index: 2;
        bottom: 2cm;
        border-left: 2px dashed white;
        transform: scaleY(15deg);
        border-bottom: 70px dashed rgba(0, 0, 0, 0.4);
        border-left: 120px dotted black;
        border-top: 30px Dashed black;
        opacity: .6; }
    div[rectangle="three"] {
      left: 1cm;
      background: black;
      transform: scaleY(20deg); }
    div[circle="two"] {
      top: 2cm;
      width: 30cm;
      height: 15cm; }
      div[circle="two"]:nth-of-type(odd) {
        transform: rotate(2deg), scaleY(10);
        background: grey;
        margin-left: 0.5cm;
        border: 303px dotted black; }
    div[rectangle="four"] {
      z-index: 3;
      width: 3cm;
      height: 12cm;
      top: 0;
      left: 2cm;
      border-right: 726px dashed white; } }

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