.menu {
    width: 100%;
    padding-top: 2px;
}

.user-greeting {
    padding: 6px 6px;
    margin-right: 5px;
    background-color: rgb(0, 204, 0);
    width: 40px;
    height: 40px;
    text-align: center;
    clip-path: circle(40% at 50% 50%);
}
/*
.active-tab {
    background-color: rgb(73, 102, 119) !important;
}

.tab-menu > a {
    display: inline-block;
    width: 120px;
    /*background-color: rgb(153, 189, 209);
    text-align: center;
    padding: 5px;
    text-decoration: none;
    color: rgb(33, 37, 41);
    border-radius: 2px;
}

.tab-menu > a:hover {
    background-color: rgb(94, 115, 126);
    cursor: pointer;
    transition: background-color 0.3s;
}
*/