@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;
}
#texto {
  font-weight: 100;
  text-align: justify;
  font-family: "Alexandria", sans-serif;
}

.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: 250px;
  left: 200px;
}
#pasto{
  position: absolute;
  width: 400px;
  top: 630px;
  right: 1040px;
  padding-bottom: 5px;
}
#pasto2{
  position: absolute;
  width: 400px;
  top: 630px;
  left: 350px;
  padding-bottom: 5px;
}
#pasto3{
  position: absolute;
  width: 400px;
  top: 630px;
  left: 740px;
  padding-bottom: 5px;
}
#pasto4{
  position: absolute;
    width: 400px;
  top: 630px;
  left: 1040px;
  padding-bottom: 5px;
}
#sol{
  position: absolute;
  width: 400px;
  top: -30px;
  right: 50px;
  z-index: 2;
}
 #nube{
  position: absolute;
  width: 400px;
  top: 50px;
  right: 300px;
}
#arbol1{
  position: absolute;
  width: 500px;
  top: 400px;
  left: -20px;
}
#arbol2{
  position: absolute;
  width: 500px;
  top: 400px;
  left: 150px;
}
#arbol3{
  position: absolute;
  width: 500px;
  top: 400px;
  right: -20px;
}
#arbol4{
  position: absolute;
  width: 500px;
  top: 400px;
  right: 150px;
}

