@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: 1; }
    div[circle="one"] {
      width: 3cm;
      height: 20cm; }
      div[circle="one"]:nth-of-type(even) {
        z-index: 1;
        bottom: 1cm;
        border-left: 10px inset double white;
        transform: scaleY(15deg);
        border-bottom: 117px dotted white;
        border-left: 25px inset ridge white;
        border-top: 130px groove white;
        opacity: .8; }
    div[rectangle="three"] {
      left: 1cm;
      background: black;
      transform: scaleY(50deg); }
    div[circle="two"] {
      top: 2cm;
      width: 13cm;
      height: 25cm; }
      div[circle="two"]:nth-of-type(odd) {
        transform: rotate(20deg), scaleX(100);
        background: linear-gradient(12deg, rgba(0, 0, 0, 0.4) 2%, black 5%, black 100%);
        margin-left: 0.1666666667cm;
        border: 113px dashed white; }
    div[rectangle="four"] {
      z-index: 3;
      width: 15cm;
      height: 32cm;
      top: 0;
      left: 2cm;
      border-bottom: 32px dotted white; } }

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