body {
    font-family: "Cantarell", sans-serif;
}


.project_name {
    font-weight: 600;
    font-family: "Gotham";
}


label {

    left: 16px;

    right: unset;
}


.social-btn {
    flex-direction: row-reverse;
}

.social {
    left: unset;
    right: 0px;
}

.social-btn {

    left: unset;
    right: -95px;
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;

    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;


}

.social-btn:hover {
    right: 0px;
    left: unset;
    transition: all .5s;
}
