@media all, print {
  @page {
    size: 21cm 29.7cm; }
  div {
    position: absolute; }
    div[circle] {
      border-radius: 50%;
      width: 9cm;
      height: 5cm; }
    div[circle="one"] {
      top: 4cm;
      background: linear-gradient(90deg, black 0%, grey 50%, white 100%);
      transform: matrix(1, 2, 3, 4, 5, 6); }
    div[circle="two"] {
      left: 2cm;
      top: 4cm;
      opacity: 0.5;
      background: black; }
      div[circle="two"]:nth-of-type(1) {
        left: 4cm;
        top: 14cm;
        opacity: 0.8; }
    div[circle="three"] {
      border-left: 20px solid;
      border-bottom: 15px solid black;
      transform: rotateX(12deg), scaleX(-1);
      width: 3.5cm;
      height: 11cm;
      left: 2cm;
      top: 1cm;
      background: lightgrey; }
    div[rectangle="four"] {
      border: 10px dotted black;
      width: 3cm;
      height: 2cm;
      left: 6cm;
      top: 13cm;
      background: lightgrey; } }

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