.missao-maker-middle {
  position: absolute;
  top: 86.05%;
  left: 25.5%;
  width: 10%;
  height: 10%;
  z-index: 8;
  transform: rotate(5deg);
  background-color: #8B4513; /* marrom */
  border: 3px solid #4b2e14;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}


#animal-maker {
  position: absolute;
  top: 15%;
  left: 35%;
  width: 30%;
  height: 60%;
  background-color: #fff8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 160%;
  cursor: grab;
  border: 2px solid #000;
  z-index: 20;
}


