body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.topnav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    overflow: hidden;
    background-color: #f8f9fa;
    border-bottom: 2px solid #cacaca;
}

.topnav a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: right;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

#page {
    color:rgb(0, 0, 0)
}

.topnav .icon {
    display: none;
}

.link {
    cursor: pointer;
    color: rgb(0, 0, 0);
}

#profileName {
    cursor: pointer;
    margin-right: 17px;
    margin-bottom: 0px;
}

.profileImg {
    width: 38px;
    height: 25px;
}

#accountLink{
    cursor: pointer;
}

#admin {
    cursor: pointer;
}

#settings {
    cursor: pointer;
}

#logout {
    height: auto;
}

#sair {
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media only screen and (max-device-width: 600px) and (orientation: portrait) {
    .topnav {
        width: 980px;
    }

    .topnav a {
        float: right;
        width: auto;
    }

    #profileName {
        margin-right: 40px;
        margin-bottom: -25px;
    }

    .profileImg {
        float: left;
        width: 50px;
        height: 25px;
        padding-right: 0px;
        padding-left: 20px;
    }

}