
#VIKTOR,#TIBAHUULT,#GABJR,#capsco,#PAULTELLIMERG,#NUTS,#MMMH,#symbiose {
    max-width: 250px;
    max-height: 250px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.imgbio {
    text-align: center;
    display: flex;
    border: 2px solid #888;
    padding: 40px;
    background-color: #333;
    max-width: 800px;
    overflow-y: auto;
    font-size: calc(13px + 1vw);
    font-family: "Micro 5", sans-serif;
    margin-bottom: 40px;

}

.left {
    margin-top: 50px;
    display: grid;
    gap: 20px;
}

p {
    color: white;
    font-family: "Handjet", sans-serif;
}


.imgbio:hover #symbiose,.imgbio:hover #MMMH,.imgbio:hover #NUTS,.imgbio:hover #GABJR,.imgbio:hover #TIBAHUULT,.imgbio:hover #capsco,.imgbio:hover #VIKTOR,.imgbio:hover #PAULTELLIMERG {
    transform: scale(1.05);
    opacity: 0.9;
}

.imgbio:hover .text-content {
    transform: translateX(10px);
    opacity: 0.9;
}

.text-content {
    margin-left: 20px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

a {
    color: rgb(83, 166, 221);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: rgba(237, 255, 34, 0.671);
}

.bio {
    font-size: calc(30px + 1vw);
    color: rgb(172, 162, 72);
}

.artist-link {
    font-size: 30px;
    color: #fdfdfd;
    text-decoration: none;
    transition: color 0.3s;

}

.ARTISTS :hover {
    transform: translateX(10px);
}