.missao-maker {
  position: absolute;
  top: 14.8%;
  transform: rotate(90deg);
  left: 1.6%;
  width: 9.5%;
  height: 17%;
  z-index: 5;
}

#maker-base {
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  background-color: #8B4513; /* Marrom terra */
  border-radius: 6px;
  border: 2px solid #5c3317;
}

#maker-led {
  position: absolute;
  top: 56%;
  left: 6%;
  transform: translateX(-50%);
  width: 30%;
  height: 20%;
  background-color: #444; /* LED apagado */
  border-radius: 50%;
  border: 2px solid #222;
  transition: background-color 0.3s ease;
  transform: rotate(90deg);
}
