img{
    height: 200px;
    width: 200px;
    
}

.Profile-Pic{
    height: 400px;
    width: 400px;
    object-fit: cover;
    object-position: top;
    margin-top: 20px;
    border-radius: 50px / 15px;
}

/* .email{
    background-color: rgb(255, 255, 255);
    color: blue;
    text-decoration: underline; 
   

} */

/* p{
    all:unset; 
    font-family: 'Courier New', Courier, monospace;
    font-size: medium; 
    font-style: underline; 
    font-kerning: auto; 
    line-height: 0.5rem; 
    text-align: center;
} */

nav{
    display: flex;
    margin-left: 25px;
    margin-top: 25px;
    gap: 0px;
    text-align: center;

}

.nav{
    all: unset;
    /* display: inline-flex; */
    box-sizing: border-box;
    width: 250px;
    background-color: #659999;
    /* border-radius: 10px; */
    padding: 5px;
    border-left:0px solid black ;
    border-right: 0px solid black;
    justify-content: center;
    letter-spacing: 0;
    transition: background-color 0.3s, letter-spacing 0.3s, border-left 0.3s, border-right 0.3s  ease-in-out;
    
}

.nav:hover{
    background-color:  #20a387;
    letter-spacing: 0.15em;
    border-left:1px solid black ;
    border-right: 1px solid black;
    
}

.intro {

    position: absolute;
    top: 90px;
    left: 430px;

}