@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');

body {
  position: relative; 
  background-color: #FFFEF1;
  color: #6A6A6A;
  margin: 0;
  font-family: "Alexandria", sans-serif;
  font-weight: 100;
  font-size: 18px;
  text-align: justify;
 overflow: hidden;
}


#contenedor1 {
  position: absolute;
   width: 500px; 
  top: 100px;
  left: 150px;
  
}

#contenedor4 {
  width: 400px;
  position: absolute; 
  top: 150px;
  left:200px;
  background-color: #FFFEF1;
  z-index: 10;
}
#texto {
  font-weight: 100;
  text-align: justify;
  font-family: "Alexandria", sans-serif;
  z-index: 10;
}

.item img {
  position: absolute;
  width: 100%;
  height: auto;
}
.ascii {
  position: absolute;
  opacity: 1;
}

.real {
  position: absolute;
  opacity: 0;
}

.item.activo .real {
  opacity: 1;
}

.item.activo .ascii {
  opacity: 0;
}
#a1,
#a1:visited,
#a1:hover,
#a1:active,
#a1:focus {
  text-decoration: none;
  color: #6A6A6A;
}
#a1:hover {
  opacity: 0.65;
}
#texto {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

#texto:hover {
  opacity: 0.6;
}
#siguiente{
  position: absolute;
   font-weight: 100;
  text-align: justify;
  font-family: "Alexandria", sans-serif;
  top: 350px;
  left: 200px;
  z-index: 10;
}
#prado{
   position: absolute;
  width: 1500px;
  top: 400px;
  opacity: 80%;
}
#lluvia{
  position: absolute;
  width: 800px;
  right: -50px;
  bottom: 40px;
  z-index: 5;
  
}
#lluvia2{
  position: absolute;
  width: 800px;
  left: -50px;
  bottom: 40px;
  z-index: 4;
  
}
#charco{
  position: absolute;
  width: 400px;
  top: 500px;
  left: 250px;
}
