body {
  margin: 0;
  display: flex;
  justify-content: center;
  background: rgb(255, 230, 248);
}

a {
        color: black;
        text-decoration: none; 
        transition: all 0.3s ease; 
        }
        
        a:visited {
            color: none; 
        }

/* canvas central */
.main {
  position: relative;
  width: 900px;     
  height: 1020px;    
  margin: 0 auto;
  background: rgb(255, 230, 248);
}
.item {
  position: absolute;
  border-radius: 8px;
  opacity: 0.7;
}




/* CONTAINER del media */
.item-container {
  position: absolute;  
    display: inline-block;
    overflow: hidden;
}

/* HOVEER */
.item-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: white;
    white-space: nowrap; 
    font-family: inherit; 
    font-size: 20px;
    background-color: pink; 
    padding: 6px 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-decoration: none;
}

.item-container:hover .item-hover {
    opacity: 1;
}

/* contenido media */
.item-media {
    width: 100%;
    height: 100%;
    display: block;
}

/*ITEMS INDIVIDUALES*/
.item-container.music-nani {
    width: 184.5px;
    height: auto;
    top: 23px;
    left: 49.5%;
}

.item-container.meguri {
    width: 261px;
    height: auto;
    top: 145.4px;
    left: 11.7%;
}

.item-container.digitalmedia {
    width: 180px;
    height: auto;
    top: 195.8px;
    left: 58.5%;
}

.item-container.bunny {
    width: 180px;
    top: 257px;
    left: -5.4%;
    font-size: 4.5px;
    font-weight: 1000;
    text-align: center;
}

.ascii-undertext {
  font-size: 11.7px;
  font-weight: bold;
}

.ascii-undertext:hover {
    text-decoration: underline;
}

#iframe {
    position: absolute;
    width: 378px;
    height: 162px;
    top: 320px;
    left: 29.7%;
    z-index: 100;
    opacity: 80%;
    background-color: whitesmoke;
}

.item-container.algundia {
    width: 162px;
    height: auto;
    top: 401px;
    left: 13.5%;
    z-index: 1;
}

.item-container.mymostintimate {
    width: 243px;
    height: auto;
    top: 527px;
    left: 26.1%;
}

.item-container.collaborations {
  font-size: 11.7px;
  font-weight: bold;
  top: 374px;
  left: 79%;
}

.item-container.item-container.collaborations a:hover {
    text-decoration: underline; 
}

.item-container.pedroengel {
    width: 153px;
    height: auto;
    top: 446px;
    left: 70.2%;
    z-index: 1;
}

.item-container.tercerimpacto {
    width: 153px;
    height: auto;
    top: 500px;
    left: 54.9%;
}

.item-container.larevolucion {
    width: 238.5px;
    height: auto;
    top: 689px;
    left: 36%;
}



/*FOOTER*/

#yuri {
    width: 150px;
    height: auto;
    crop:
    
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
  align-items: center;
  font-weight: bold;
  
}

footer a:hover {
    text-decoration: underline; 
}

#texto-footer {
  margin: 2px;
  padding: 0px;
}







/*ITEMS INDIVIDUALES DIGITAL MEDIA*/
#maindigitalmedia { 
    height: auto;

}
.item-container.meguriflyer {
    width: 230px;
    height: auto;
    top: 45px;
    left: 10%;
}

.item-container.tetoshouse {
    width: 200px;
    height: auto;
    top: 8.5px;
    left: 52%;
    z-index: 10;
}

.item-container.tetoterritorio {
    width: 170px;
    height: auto;
    top: 133px;
    left: 40%;
    z-index: 2;
}

.item-container.naninani {
    width: 170px;
    height: auto;
    top: 203px;
    left: 56%;
}

.item-container.kagami {
    width: 120px;
    height: auto;
    top: 120px;
    left: 66%;
    z-index: 13;
}

.item-container.doughnut {
    width: 150px;
    height: auto;
    top: 272px;
    left: 13%;
}

.item-container.monadoblada {
    width: 136px;
    height: auto;
    top: 246px;
    left: 31%;
}


.item-container.motomona {
    width: 120px;
    height: auto;
    top: 377px;
    left: 55%;
    z-index: 2;
}

.item-container.stickerchise {
    width: 128px;
    height: auto;
    top: 542px;
    left: 32%;
}

.item-container.megurivideo {
    width: 205px;
    height: auto;
    top: 422px;
    left: 40%;
}

.item-container.mesmerizer {
    width: 155px;
    height: auto;
    top: 153px;
    left: 72%;
}





