body {
  background-image: url("Imagens/fundo2.png");
  image-rendering: pixelated;
  background-size: cover;
  background-attachment: fixed;
  font-family: Verdana, sans-serif;
  cursor: url("Mouses/casaxeira_mouse.png") 16 16, auto;
}

* {
  cursor: url('Mouses/casaxeira_mouse.png') 16 16, auto !important;
}

.casaxeira {
  image-rendering: pixelated;
  position: absolute;
  top: 15%;
  left: 40%;
  width: 20%;
  height: auto;

}

.casaxeira:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
  image-rendering: pixelated;
    filter: drop-shadow(4px 0 0 white) drop-shadow(0 4px 0 white) drop-shadow(-4px 0 0 white) drop-shadow(0 -4px 0 white)
  }

.graminha {
  image-rendering: pixelated;
  position: absolute;
  top: 50%;
  left: 70%;
  width: 28%;
  height: auto;
}

.graminha:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
  image-rendering: pixelated;
    filter: drop-shadow(4px 0 0 white) drop-shadow(0 4px 0 white) drop-shadow(-4px 0 0 white) drop-shadow(0 -4px 0 white)
}