body{
    background-color: hsl(217, 54%, 11%);
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
}

main{
    display: flex;
    flex-direction: column;
    justify-content: space-between ;
    gap: 20px;
    width: 300px;
    height: 550px;
    background-color: hsl(216, 50%, 16%);
    border-radius: 10px;
}

img{
    width: 250px;
    height: 250px;
    margin: 25px;
    border-radius: 10px;
    opacity: 1;
}

.img{
    position: absolute;

}

.bottom{
    position: relative;
}

.icon{
    opacity: 0;
    width: 50px;
    height: 50px;
    margin-left: 125px;
    margin-top: 125px;
    transition: opacity 0.5s ease-in-out;
}

.image-link:hover .icon{
    opacity: 1;
}

.image-link:hover .imgone{
    opacity: 0.4;
}


.image-link:hover .imgtree{
    transition: opacity 1.3s ease-in-out;
    background-color: rgb(0, 255, 255, 0.4);
    width: 250px;
    height: 250px;
    margin: 25px;
    border-radius: 10px;
}



.description :nth-child(1){
    color: white;
    font-size: 20px;
}

.description a{
    text-decoration: none;
    margin-left: 25px;
}

.description a:hover{
    color: rgb(0, 255, 255);
}

.description :nth-child(2){
    color: hsl(215, 51%, 70%);
    margin-left: 25px;
    margin-right: 25px;
    font-size: 15px;
}

.info{
    display: flex;
}

.eth{
    display: flex;
}

.eth img{
    width: 10px;
    height: 15px;
}

.eth p{
    margin-top: 25px;
    margin-left: -15px;

    color: cyan;
}

.ligne{
    border: none;
    height: 1px;
    background-color: hsl(215, 51%, 70%);
    width: 250px;
}

.name{
    display: flex;
}

.name img{
    width: 30px;
    height: 30px;
    border: 1px solid hsl(215, 51%, 70%);
    border-radius: 50%;
}

.name p{
    margin-top: 30px;
    margin-left: -10px;

    color: hsl(215, 51%, 70%);
}

.name p a{
    color: white;
    text-decoration: none;
}
.name p a:hover{
    color: rgb(0, 255, 255);
}

.day{
    display: flex;
}

.day img{
    width: 20px;
    height: 20px;
}

.day p{
    margin-top: 27px;
    margin-left: -15px;
    color: hsl(215, 51%, 70%);
}
