div.userNav {
  width: 3.3rem;
  height: 3.3rem;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: aliceblue;
  border-radius: 0 0 0 1rem;
  box-shadow: inset 0px -5px 7px 2px rgb(226, 237, 245);
}
div.userNav a {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  color: black;
  text-decoration: none;
}

header {
  min-width: 20rem;
  height: 3.3rem;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: aliceblue;
  border-radius: 0 0 1rem 1rem;
  box-shadow: inset 0px -5px 7px 2px rgb(226, 237, 245);
}
header h1 {
  font-size: 1.5rem;
  font-weight: lighter;
  padding: 0.5rem;
  text-align: center;
  color: black;
}
header button.sidebarButton {
  margin: 0;
  padding: 1.5rem;
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  color: black;
  transition: 0.2s;
  cursor: pointer;
}
header a:hover, header button.sidebarButton:hover {
  color: grey;
}
header a {
  height: 100%;
  margin: 0;
  padding: 1.5rem;
  line-height: 1;
  background-color: transparent;
  color: black;
  border: none;
  font-size: 2.5rem;
  text-decoration: none;
  text-align: center;
  transition: 0.2s;
}/*# sourceMappingURL=header.css.map */