@media all, Print {
  @page {
    size: 21cm 29.7cm; }
  div {
    position: absolute; }
    div[circle] {
      background-repeat: repeat;
      background: rgba(0, 0, 0, 0.4);
      transform: scaleX(5deg);
      opacity: .6; }
    div[circle="one"] {
      width: 23cm;
      height: 12cm;
      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: 3cm;
        border-left: 100px dashed white;
        transform: scaleY(15deg);
        border-bottom: 170px dashed rgba(0, 0, 0, 0.4);
        border-left: 100px dotted grey;
        border-top: 30px dotted white;
        opacity: .9; }
    div[rectangle="three"] {
      left: 1cm;
      background: black;
      transform: scaleY(10deg); }
    div[circle="two"] {
      top: 2cm;
      width: 30cm;
      height: 25cm; }
      div[circle="two"]:nth-of-type(odd) {
        transform: rotate(20deg), scaleY(100);
        background: black;
        margin-left: 0.1666666667cm;
        border: 53px dotted white; }
    div[rectangle="four"] {
      z-index: 3;
      width: 9cm;
      height: 12cm;
      top: 0;
      left: 2cm;
      border: 72px dotted lightgrey; } }

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