html,body{

    background-color: #878dec;
    height: 100%;
    margin-bottom: auto;
}



section {
    padding: 4rem 0 !important;
}

.fa-arrow-circle-right{
    top: 4rem;
    position: relative;
}

#services a{
    text-decoration: none;
    color: #000;

}

@media all and (min-width: 100px) and (max-width: 991px){

    #profil {
        margin-top: -9rem;
    }
}