@import url('https://fonts.googleapis.com/css2?family=Nabla&family=Rubik+Glitch&family=VT323&display=swap');

* {
  padding: 0;
  margin: 0;
}

/* 🔹 Fondo */
body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(Register\ -\ Login.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300vh;
}

/* 🔹 Título principal */
h1 {
  font-family: 'Rubik Glitch', cursive;
  font-size: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 150vh;
  right: 200px;
  color: white;
  letter-spacing: 10px;
  font-weight: normal;
  align-items: center;
}

/* 🔹 Contenedor general */
.container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 150vh;
  position: center;
}

/* ---------------------- */
/* 🔹 POSICIONES IMÁGENES */
/* ---------------------- */

.ventana1 {
  position: absolute;
  top: 30px;
  left: 70px;
  z-index: 1;
}

.ventana2 {
  position: absolute;
  left: 800px;
  top: 40px;
  z-index: 1;
}

.ventana3 {
  position: absolute;
  left: 30px;
  top: 600px;
  z-index: 1;
}

.ventana4 {
  position: absolute;
  left: 990px;
  top: 600px;
  z-index: 1;
}

.ventana5 {
  position: absolute;
  left: 10px;
  top: 960px;
  z-index: 1;
}

.ventana6 {
  position: absolute;
  left: 860px;
  top: 950px;
  z-index: 1;
}

.ventana7 {
  position: absolute;
  left: 500px;
  top: 1400px;
  z-index: 1;
}

/* ---------------------- */
/* 🔹 ESTILO DE TÍTULOS  */
/* ---------------------- */

.titulo {
  font-family: 'VT323', monospace;
  color: rgba(255, 255, 255, 0.95);
  font-size: 26px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 10px;
  border-radius: 5px;
  z-index: 5;
}

/* 🔹 TITULOS DEBAJO DE LAS IMÁGENES */
.titulo1 { top: 430px; left: 130px; }
.titulo2 { top: 450px; left: 920px; }
.titulo3 { top: 970px; left: 130px; }
.titulo4 { top: 970px; left: 1050px; }
.titulo5 { top: 1380px; left: 130px; }
.titulo6 { top: 1380px; left: 950px; }
.titulo7 { top: 1830px; left: 560px; }

/* 🔹 Hover para visibilidad */
.titulo:hover {
  background: rgba(255, 255, 255, 0.7);
  color: black;
  transition: all 0.3s ease;
}





