& {
background-color: var(--black);
display: flex;
flex-direction: row;
justify-content: space-between;
box-shadow: var(--box-shadow);
padding: 20px;
top: 0;
left: 0;
width: 100%;
height: 80px;
position: fixed;
z-index: 1;
}
.menu {
display: flex;
flex-direction: row;
}
.divider {
border-bottom: 1px solid rgba(var(--color-bg), 0.5);
margin: 2px;
}
.auth-info {
display: flex;
flex-direction: column;
}
a {
color: var(--white);
display: inline-block;
text-decoration: none;
outline: none;
}
a:hover {
background-color: rgba(var(--color-bg), 0.2);
}