*{
    background-color: hsl(217, 54%, 11%);
    font-family: Outfit;
}
.card{
    background-color: hsl(216, 50%, 16%);
    height: 70vh;
    width:43vh ;
    margin: auto;
    margin-top: 10vh;
    border-radius: 10px;
    position: relative;
    overflow: hidden;

}
p{
    color: white;
    background-color: transparent; 
}
.title, .para{
    background-color: transparent; 
    color: white;
    font-family: Outfit;
}
.iimg{
    width: 38vh;
    height: 38vh;
    margin: 2.5vh;
    border-radius: 5px;
}
.iimg:hover{
    background-color:hsl(178, 100%, 50%); ;
}
.title{
    font-weight: 600;
}
.title:hover{
    color:  hsl(178, 100%, 50%);
}
.para, .out{
    font-size: small;
    font-weight: 300;
    color: hsl(215, 51%, 70%)
  
}
.ii{
    display: flex;
    color: hsl(178, 100%, 50%);
    font-weight: 400;
    font-size: small;
}
hr{
    width: 38vh;
    border: none;
    background-color: hsl(215, 32%, 27%);
    height:1px;
    margin-left: -1px;
}
.out{
    font-size: small;
    font-weight: 300;
    display: flex;
    
}
.idk{
    background: transparent;
    margin-left: 15px;
    margin-top: -18px;
}
.name{
    background: transparent;
    color: hsl(0, 0%, 100%);
}
.name:hover{
    color: hsl(178, 100%, 50%); 

}

  .image-container {
    position: relative;
    background: transparent;
    width: 38vh;
    height: 38vh;
    margin-right: 2vh;
    margin-top: -0.5vh;
  }
  
  .iimg {
    display: block;
    border-radius: 10px;
  }
  

  
  .overlay {
    position: absolute;
    top: 0;
    left: 2.5vh;
    width: 38vh;
    height: 38vh;
    border-radius: 10px;
    background: hsl(178, 100%, 50%, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
  }
  
  .image-container:hover .overlay {
    opacity: 1;
  }
.attribution{
    color: white;
    text-align: center;
}
a{
    color: white;
    text-decoration: none;
}
a:hover{
    color: hsl(178, 100%, 50%); 
}
 