@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;
      background: linear-gradient(120deg, black 0%, #282828 35%, #f6f8f9 100%); }
    div[circle="one"] {
      width: 2cm;
      height: 20cm; }
      div[circle="one"]:nth-of-type(even) {
        z-index: 1;
        top: 8cm;
        border-left: 10px inset double white;
        transform: scaleY(15deg);
        border-right: 522px dotted white; }
    div[rectangle="three"] {
      left: 1cm;
      background: linear-gradient(22deg, rgba(0, 0, 0, 0.4) 2%, black 5%, black 100%);
      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(120deg, black 0%, #282828 35%, #f6f8f9 100%);
        margin-left: 0.1666666667cm;
        border: 403px dashed rgba(0, 0, 0, 0.4);
        border-radius: 50% 90% 50% 10% / 60% 60% 40% 40%; }
    div[rectangle="four"] {
      z-index: 3;
      width: 20cm;
      height: 12cm;
      bottom: 10cm;
      left: 1cm;
      border-bottom: 222px dashed white;
      display: block;
      background-color: white;
      border-radius: 50% 50% 90% 20% / 60% 60% 40% 40%; } }

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