.userInfo {
  display: flex;
  align-items: center;
  position: sticky;
  bottom: 0;
}

.userWrapper {
  position: absolute;
  bottom: 0;
}

.userInfo:hover {
  cursor: pointer;
}

.userImg {
  height: 2.08333vw;
  min-height: 30px;
  max-height: 50px;
  width: 2.08333vw;
  min-width: 30px;
  max-width: 50px;
  border-radius: 50%;
}
