@import url('https://fonts.googleapis.com/css2?family=Anaheim&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
html{
    height: 100%;
    width: 100%;
}
body{
    width: fit-content;
    height: fit-content;
    font-family: 'Anaheim', sans-serif;
    background-image: url('https://github.com/mariabuitsan/assignment_1_3/blob/main/hypertext-prototype/assets/cecropia-obtusifolia.jpg?raw=true');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.8;
}
h1{
    width: 162px;
    height: 47px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    color: #F4EFEF;
    text-align: justify;
    font-size: 45px;
    font-family: Anaheim;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 22px;
    word-wrap: break-word;
    margin-left: 750px;
    margin-top: 35px;
}
h2{
    color: #F6F0F0;
    font-size: 20px;
    line-height: 15px;
}
#primeracaja{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 990px;
    height: 660px;
}
.columna1{
    display: flex;
    flex-direction: row;
    align-items: end;
    height: 660px;
    width: 230px;
}
#matrix{
    position: absolute;
    left: 160px;
    width: 970px;
}
.layer1{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 190px;
    top: 200px;
    z-index: 1;
}
.layer1:hover{
    border: 2px solid #428300;
}
div.layer1a{
    cursor: pointer;
    display: none;
    position: absolute;
    margin-left: 350px;
    opacity: 1;
    z-index: 2;
}
.layer1a:hover{
    border: 2px solid #428300;
}
div.layer1b{
    display: none;
    position: absolute;
    left: 190px;
    top: 500px;
    opacity: 0.7;
    z-index: 3;
}
.layer1b:hover{
    box-shadow: 4px 4px 10px 10px rgb(254, 251, 250)
}
div.layer1c{
    cursor: pointer;
    display: none;
    position: absolute;
    left: 250px;
    opacity: 0.6;
    z-index: 4;
}
.layer1c:hover{
    border: 2px solid #428300;  
}
.layer2{
    cursor: pointer;
    display: none;
    position: absolute;
    top: 350px;
    right: 18px;
    z-index: 5;
}
.layer2:hover{
    border: 2px solid #428300;
}
.layer2a{
    display: none;
    position: absolute;
    top: 2px;
    right: 8px;
    z-index: 6;
}
.layer2a:hover{
    box-shadow: 4px 4px 10px 10px rgb(254, 251, 250)
}
.layer2b{
    cursor: pointer;
    display: none;
    position: absolute;
    top: 200px;
    right: 0.5px;
    z-index: 7;
}
.layer2b:hover{
    border: 2px solid #428300;
}
.layer2c{
    display: none;
    position: absolute;
    top: 5px;
    left: 98px;
    z-index: 8;
}
.layer2d{
    display: none;
    position: absolute;
    top: 340px;
    right: 2px;
    z-index: 9;
    opacity: 0.88;
}
.layer2d:hover{
    box-shadow: 4px 4px 10px 10px rgb(254, 251, 250)
}
.layer3{
    display: none;
    position: absolute;
    left: 135px;
    top: 295px;
    z-index: 10;
}
.layer3:hover{
    box-shadow: 4px 4px 10px 10px rgb(254, 251, 250)
}
.layer3a{
    display: none;
    position: absolute;
    top:385px;
    left:20px;
    z-index: 13;
}
.layer3a:hover{
    box-shadow: 4px 4px 10px 10px rgb(254, 251, 250)
}
.layer3b{
    display: none;
    position: absolute;
    top:490px;
    right: 200px;
    z-index: 11;
}
.layer3c{
    display: none;
    position: absolute;
    top:170px;
    left:50px;
    z-index: 13;
}
.layer3c:hover{
    box-shadow: 4px 4px 10px 10px rgb(254, 251, 250)
}
.layer3d{
    display: none;
    position: absolute;
    top:400px;
    left: 5px;
    z-index: 12;
}