.picture img {
    width: 150px;
    border-radius: 50%;
}

.resume-header {
    background: radial-gradient(circle, rgb(58, 27, 101) 0%, rgb(25, 0, 41) 100%);
    color:  #dddddd!important;
}

.resume-header h1{
    color: #FFFFFF!important;
}

body {
    font-family: Calibri;, serif;
}

.resume-body a, .resume-section-title, .resume-social .fa-container {
    color: rgb(58, 27, 101) !important;
}

.resume-timeline:before {
    background: rgba(100, 44, 174, 0.5) !important;
}

.resume-timeline-item:before {
    border: 4px solid rgb(58, 27, 101) !important;
}

.badge-primary, .theme-progress-bar-dark {
    background-color: rgb(58, 27, 101) !important;
}