/* Custom Styles for Joe Doe CV Version 3 */

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background-color: #f8f9fa;
}


.hero-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 4px solid #fff;
}
