body {
    /* cursor: url(cursor.png), auto; */
    margin: 0;                 
  }
  
  img {
    width: 12.5cm;              /* 12.5cm or 475px */
    position: fixed;           
    top: 8.84cm;               /* 8.84cm or 336.5px */
    left: 0px;              
    transform: rotate(-45deg);  
    transform-origin: top left;
  }

  @media screen and (max-width: 800px) {
    img {
      width: 12.5cm;              
      position: fixed;           
      top: 8.84cm;               
      left: 0px;              
      transform: rotate(-45deg);  
      transform-origin: top left;/
    }
  }

