.imagencita {
    width: 30vw;
    max-width: 800px;
    min-width: 300px;
    pointer-events: none;
    user-select: none;
  }

  img {
    width: 100%;
  }

  body {
    overflow: hidden;
  }

  html {
    cursor: pointer;
  }