:root{--foreground-rgb:black;--background-rgb:white;--header-background-rgba:#fff3;--button-backgrount-rgba:#0000}@media (prefers-color-scheme:dark){:root{--foreground-rgb:white;--background-rgb:black;--header-background-rgba:#0003}}#userContainer{cursor:pointer;-webkit-user-select:none;user-select:none;border:2px solid #0000;border-radius:50px;flex-direction:row;align-items:center;width:fit-content;height:fit-content;padding:5px;transition:all .25s;display:flex}#userContainer:hover{border-color:var(--foreground-rgb)}.ImageStyle{border-radius:100%;width:50px;height:50px;margin:5px}.ImageStyle:hover{cursor:pointer}.userElementText{margin-left:10px;margin-right:10px}
