@media all, print {
  @page {
    size: 21cm 29.7cm; }
  div {
    position: absolute; }
    div[circle] {
      background-repeat: repeat;
      width: 72cm;
      height: 120cm;
      border: 95px dotted black;
      background: rgba(128, 128, 128, 0.98); }
    div[circle="one"] {
      top: 12cm;
      background: linear-gradient(50deg, rgba(128, 128, 128, 0.98) 0%, grey 70%, rgba(128, 128, 128, 0.28) 100%); }
      div[circle="one"]:nth-of-type(even) {
        left: 6cm;
        top: 12cm;
        opacity: 0.25; }
    div[circle="two"] {
      border: 112px dotted grey;
      left: 0;
      top: 12cm;
      opacity: 0.2;
      background: rgba(128, 128, 128, 0.8);
      transform: matrix(1, 2, 3, 4, 5, 6); }
    div[circle="three"] {
      transform: rotateX(3deg), scaleX(-1);
      width: 1.5cm;
      height: 18cm;
      left: 6cm;
      top: 6cm;
      background: black; }
      div[circle="three"]:nth-of-type(odd) {
        left: 30cm;
        opacity: 0.25;
        border: 115px dashed grey; }
    div[rectangle="four"] {
      border-radius: 40%;
      width: 30cm;
      height: 24cm;
      background: #5a5a5a; } }

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