   body {
            background-color: #ffff66;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            position: relative;
            overflow: hidden;
        }
        .image {
            //max-width: 100px; /* Tamanho máximo da imagem */
           // max-height: 100px; /* Tamanho máximo da imagem */
            margin: 10px;
            cursor: pointer;
            position: absolute;
	    cursor:grab;
            user-select: none; /* Evita seleção de texto ao arrastar */
        }