 body {
}

.profile-image {
        background-image: url('../uploads/profile_da9b138aa8bf9395.jpg?v=1765679670');
    background-position: center center;
    background-size: cover;
        border-radius: 50%;
}

:root {
    --primary-color: #4b5563;
    --bg-color: #f9fafb;
    --text-color: #111827;
    --card-bg: #ffffff;
    --shadow-color: rgba(0, 0, 0, 0.05);
} 