div#LeadInfoPage img {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    margin-right: 15px;
}

.info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.flex.align {
    align-items: center;
}



section#Projects>.btn.addBtn {
    position: absolute;
    top: 10px;
    left: 264px;
    background: none;
    box-shadow: none;
    font-size: 21px;
    font-weight: bold;
}
