.userBanner {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 20px;
}

.userIcon {
  width: 32px;
  height: 32px;
  vertical-align: bottom;
  background: #ddd;
}

.spacing {
  flex-grow: 1;
}

.nav {
  padding: 8px;
  border-bottom: 3px solid transparent;
  transition: all 0.2s;
}

.nav:hover {
  border-bottom: 3px solid #000;
}

.padding {
  height: 60px;
}

.main {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
}
