@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

body {
  margin: 0;
  background-color: black;
  color: white;
  height: 100vh;
  overflow: hidden;
}

#numero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}
