body {
  width: 100%;
  overflow: hidden;
  cursor:move;
}

/* Texto */
.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0.3;
}