.profdata{
    color: #585858;
    font-size: 10px;
}

.profdatatype{
    color: #000055;
    font-size: 12px;
}

.editprofBtn{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    background-color: var(--mainyellow);
    padding: 3px 15px;
    border-radius: 6px;
    position: absolute;
    right: -5%;
    top: -5%;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.editprofBtn i{
    margin-right: 6px;
}
/* website link*/
.offwebsiteLink{
    text-decoration: none;
    color: rgb(51, 51, 128);
    display: flex;
    align-items: center;
    justify-content: center;
}
.offwebsiteLink i{
    margin-left: 4px;
}
.offwebsiteLink:hover{
    font-weight: 700;
}