.navbox{
    height: 80px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav{
    display: flex;
}

.navitens{
    display: flex;
    list-style: none;
    align-items: center;
    height: 100%;
}

.navitem {
width: 200px;
font-size: 18px;
text-align: center;
font-weight: 600;
}

.logonav{
margin-right: 100px;
}