body{
    margin:0;
    font-family:"Times New Roman", Times, serif;
    line-height:1.6;
    color:#000;
    background-color:#d2b48c; 
}

.page-title{
    text-align:center;
    margin:40px 0 10px;
    color:#333;
}

.portrait,
.info {
    margin-top: 75px;   
    margin-left: 100px;          
    margin-right: 100px;        
    width: calc(100% - 200px);   
    background: #faf8f5;
    border: 2px solid #333;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.12);
    padding: 1.5rem 2rem;
}

.bio{
    max-width:450px;         
    text-align:center;

}

.link-list {
    margin-left: 1.25rem; 
}

.info img{
    width:32px;
    height:32px;
}

a{ color:#1a0dab; text-decoration:none; }
a:hover{ text-decoration:underline; }


.headshot {
    padding-left: 100px;
    padding-right: 100px;
    margin-top: -300px;
}

.headshot img {
    display: block;         
    border: 4px solid #333;  
    border-radius: 8px;
}