.horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #7d7d7d;
    margin: 0;
}
.greyed_out_link{
    font-family: Lato;
    font-size: 15px;
    line-height: 1.5;
    text-align:left;
    color: #afafaf;
}





.main-heading-container{
   
    align-items: center; 
    max-height: 300px;
    margin-top: 15px;
    margin-bottom: 5px;  
}
.main-heading-container h1{
    position: relative;
    top: -100px;
    -webkit-text-stroke: 2px #0a19387e; /* Stroke width and color */
    filter: drop-shadow(0 0 5px #0a19387e);
    
}
.cv_image{
    width: 300px;
    overflow: hidden;
    border-radius: 5%;
    filter: drop-shadow(0 0 3px #2749957e);
}

.main-heading-sub-container{
   
        display: flex;
        align-items: center; 
        justify-content: space-between;
        margin-top: 15px;
        margin-bottom: 5px;  
    
}

