/* aboutStyle.css */

body {
    background-color: #f5f5f5;
}

.btn {
    background-color: #ffffff00;
}

.headshot {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    margin: 0 10px;
}

.social-icons img {
    width: 30px;
    height: 30px;
}

h3 {
    border-bottom: 2px solid #343a40;
    padding-bottom: 10px;
}

.project {
    margin-bottom: 30px;
}

.project h4 {
    color: #343a40;
}

.project a {
    color: #007bff;
    text-decoration: none;
}

.skills a {
    color: #007bff;
}

.project a:hover {
    text-decoration: underline;
}

.headshot {
    width: 200px;                
    height: 200px;               
    object-fit: cover;           
    object-position: top center; 
    border-radius: 50%;          
    overflow: hidden;            
    margin: 0 auto;              
    display: block;              
}