/* Profile section styles */
.profile {
    text-align: center;
    margin-bottom: 2rem;
}

.profile-image {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    margin: 0 auto 1rem;
    border: 4px solid #EBBC9E;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.profile h1 {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.subtitle {
    color: #EBBC9E;
}