

#cv{
    width: 100%;
    height: 100%;
    background-image: url('https://images.unsplash.com/photo-1530743851763-089f74149738?ixid=MnwxMjA3fDB8MHxleHBsb3JlLWZlZWR8Mnx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
    background-size: cover;
    background-position: center;
}

.links{
    background-color: black;
    padding: 20px;
   
}

a{
    color: black;
    text-decoration: none;
    
}

a:hover{
    color:blue;
    opacity: 0.7;
}
img{

    width: 200px;  /* Fixed width */
    height: 200px; /* Fixed height */
    object-fit: cover; /* Ensures the image covers the container without distortion */
    
   
}

.con1{
    text-shadow: 1px 1px 1px whitesmoke;
    display: flex;
    background-color: black;
    color: white;
    align-items: center;
    gap: 20px;

}
