.identity {
    display: flex;
    align-items: center;
    height: 60px;
}

.project-white-border {
    border-bottom: 2px solid #FFFFFF;
    width: 95%;

}

.project-data-summary-right {
    float: right;
}

.author, .name-of-project {
    font-family: 'Istok Web', sans-serif;
    font-size: 24px;
    font-weight: 800;
}

.author-name {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #287AC7
}

.name-of-project-text {
     font-size: 20px;
     color: #287AC7
}

.share-text {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
}