.props {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.propsHeader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.myProfile {
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

.myProfile img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.blue {
    color: rgba(18, 82, 244, 0.912);
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.propsInfo {
    display: flex;
    justify-content: space-between;
}

.grey {
    color: gray;
    font-size: 15px;
}

.black {
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
}

.humanImage {
    width: 50px;
    height: 50px;
    object-fit: cover;
    position: relative;
    border-radius: 100%;
}

.newFollower {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.newFollowerProfile {
    display: flex;
    align-items: center;
    padding: 5px 0px;
    gap: 20px;
}

.newFollowerData {
    display: flex;
    flex-direction: column;
}


.propContainer {
    width: 90%;
    padding: 10px;
    left: 1100px;
}

.humanName {
    font-weight: bold;
    font-size: 13px;
}

.humanFollower {
    font-size: 13px;
    color: #888;
}

#potentialFollwer {
    padding-top: 20px;
}

.propSection {
    display: flex;
    flex-direction: column;
    width: 20%;
    position: absolute;
    top: 106px;
    padding: 20px;
    border: 1px solid lightgrey;
    border-radius: 10px;
    right: 5vw;
    
}