@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;
}

h1 {
  font-weight: 100;
  font-size: 30px;
  text-align: center;
  position: absolute; 
  width: 700px;
  top: 100px;
  left: 50px;
}

#contenedor1 {
  width: 400px;
  position: absolute; 
  top: 350px;
  left:300px;
}
#p1 {
  font-weight: 100;
  text-align: justify;
  font-family: "Alexandria", sans-serif;
}
#contenedor2 {
  width: 400px;
  position: absolute; 
  top: 450px;
  left:300px;
}
#p2 {
  font-weight: 100;
  text-align: justify;
  font-family: "Alexandria", sans-serif;
}
#arbol{
  position: absolute;
  width: 1100px; 
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
#canasta{
  position:absolute;
  width: 200px;
  top:  500px;
  left: 1000px;
  z-index:2;
}

.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;
}