.profilenav {
    width: 100%;
    height: 45px;
    background-color: #dcf1fc;
    position: fixed;
}

.profilenav ul {
    list-style-type: none;
}

.profilenav li {
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.profilenav .circle {
    border-style: solid;
    border-radius: 20px;
    border-width: 1px;
    background-color: #F19814;
    padding: 10px;
    font-weight: 700;
    color: white;
}

.profilenav .text {
    color: #093954;
    margin: 0px 10px;
}