#container {
  position: relative;
}

#titulo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-family: sans-serif;
  font-size: 52px;
  cursor: pointer;
}

#gif {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
