body{
    background-color: #000552 !important;
    color: rgb(209, 205, 205);
}
.text-white{
    color: rgb(209, 205, 205) !important
}


.picture{
    border-radius: 30% !important;
}
.card_top_header {

    position: relative;
    margin-bottom: 50px;
}

.mt-6{
    margin-top: 4rem !important;
}

#profile, .row{
    margin-right: 0px;
    margin-left: 0px;
  }


.btn-secondary{
   background-color:  rgb(0, 149, 246) !important
}

.card_cover {
    height: 250px;
    border: 4px solid #fff;
    border-radius: 5px 5px 42px 42px;
}

.btn-white{
    background-color: rgb(209, 205, 205);
    color: black;
    padding-left: 2rem;
    padding-right: 2rem;
}

.card_cover img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px 5px 40px 40px;
}

.card_profile_img {
    margin-top: -50px;
    text-align: center;
}

.card_profile_img img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 5px solid #fff;
}

.card_personal_content h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 5px
}

.card_personal_content h4 {
    font-size: 20px;
}

.card_personal_content .company {
    font-size: 12px;
    margin-bottom: 20px;
}

.sub_p_heading {
    font-size: 20px;
    font-weight: bold;
}

.contact_links a {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: #000;
    /* text-align: center */
}
.text-sm-10 {
    font-size: 8px !important;
}


.wv-cover{
    object-fit: cover !important;
    object-position: center center !important;
}


.card_cover img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px 5px 40px 40px;
}
.card_profile_img img {
    position: relative;
    z-index: 1;
}
