.header {
position: relative;
display: flex;
justify-content: center;
align-items: center;
height: 98px;
user-select: none;
flex-shrink: 0;
}
.leftNav {
position: absolute;
left: 20px;
.logo {
text-decoration: none;
.rightNav {
right: 20px;
max-width: 33%;
white-space: nowrap;
.userName {
font-weight: 600;
margin-right: 8px;
text-overflow: ellipsis;
overflow: hidden;
flex-shrink: 1;
.signOutButton {
background: transparent;
border: none;
color: rgb(255, 75, 85);
cursor: pointer;