@media print {
  @page {
    size: 21cm 29.7cm; }
  div {
    position: absolute; }
    div[circle] {
      background-repeat: repeat;
      width: 12cm;
      height: 120cm;
      border: 225px dotted black;
      opacity: 0.87;
      background: rgba(255, 255, 255, 0.98); }
    div[circle="one"] {
      top: 12cm;
      background: linear-gradient(10deg, rgba(255, 255, 255, 0.98) 0%, white 70%, black 100%); }
      div[circle="one"]:nth-of-type(even) {
        left: 6cm;
        top: 12cm;
        opacity: 0.25; }
    div[circle="two"] {
      border-top: 112px solid darkgrey;
      left: 6cm;
      top: 12cm;
      opacity: 0.8;
      background: rgba(255, 255, 255, 0.8);
      transform: scaleX(25deg);
      border-left: 335px dashed white; }
    div[circle="three"] {
      transform: rotateX(30deg), scaleX(1);
      width: 0.75cm;
      height: 30cm;
      left: 6cm;
      top: 0;
      background: white; }
      div[circle="three"]:nth-of-type(odd) {
        left: 6cm;
        border-left: 15px dashed white; }
    div[rectangle="four"] {
      border-radius: 70%;
      width: 48cm;
      height: 54cm;
      opacity: 0.17;
      background: #8c8c8c; } }

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