@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(25deg);
      opacity: 1; }
    div[circle="one"] {
      width: 26cm;
      height: 24cm;
      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: 6cm;
        border-left: 100px dotted black;
        transform: scaleY(55deg);
        border-bottom: 17px dotted rgba(0, 0, 0, 0.4);
        border-left: 25px dotted black;
        border-top: 30px dotted black;
        opacity: .8; }
    div[rectangle="three"] {
      left: 2cm;
      background: black;
      transform: scaleY(50deg); }
    div[circle="two"] {
      top: 4cm;
      width: 6cm;
      height: 50cm; }
      div[circle="two"]:nth-of-type(odd) {
        transform: rotate(20deg), scaleX(100);
        background: white;
        margin-left: 0.3333333333cm;
        border: 13px dotted black; }
    div[rectangle="four"] {
      z-index: 3;
      width: 30cm;
      height: 64cm;
      top: 0;
      left: 4cm;
      border-bottom: 32px dotted white; } }

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