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

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