/* Custom Styles for MyCV */

/* Profile Image Styling */
.profile-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border: 4px solid #ffffff;
}

/* Custom Spacing and Line Heights */
body {
    line-height: 1.6;
}

h1, h2, h3, h4 {
    color: #2c3e50;
}

.bg-dark {
    background-color: #2c3e50 !important;
}

/* Hover effects for links */
a:hover {
    color: #3498db !important;
    text-decoration: underline !important;
}