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

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