@media all, print {
  @page {
    size: 21cm 29.7cm; }
  div {
    position: absolute; }
    div[circle] {
      background-repeat: repeat;
      border-radius: 30%;
      width: 16cm;
      height: 8cm;
      border: 5px dotted grey;
      background-size: 5px 5px;
      background-image: radial-gradient(circle at 10px -5px, transparent 12px, grey 13px); }
    div[circle="one"] {
      top: 8cm;
      background: linear-gradient(90deg, rgba(128, 128, 128, 0.88) 0%, grey 70%, rgba(128, 128, 128, 0.28) 100%);
      transform: matrix(1, 2, 3, 4, 5, 6); }
    div[circle="two"] {
      left: 2.6666666667cm;
      top: 12cm;
      opacity: 0.5;
      background: rgba(128, 128, 128, 0.98); }
      div[circle="two"]:nth-of-type(even) {
        left: 12cm;
        top: 4cm;
        opacity: 0.5; }
    div[circle="three"] {
      transform: rotateX(1deg), scaleX(-11);
      width: 1.3333333333cm;
      height: 12cm;
      left: 20cm;
      top: 4cm;
      background: black; }
      div[circle="three"]:nth-of-type(odd) {
        left: 4cm;
        top: 8cm;
        opacity: 0.303030303; }
    div[rectangle="four"] {
      border: 1px dotted grey;
      width: 4cm;
      height: 16cm;
      left: 4cm;
      top: 8cm;
      opacity: 0.2325581395; } }

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