nav {
  box-shadow: 0px 3px 1px #dddddd;
}

.sidebar {
  box-shadow: 3px 0px 3px #dddddd;
  padding: 1.3rem 1rem;
  flex: 0 0 18%;
} 

.content {
  flex: 1;
  z-index: -1;
  padding: 2rem;
  background-color: #f7f7f7;
}

.avatar {
  /* background-color: rgb(215, 215, 215); */
  background-color: #46995331;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 100%;
  font-weight: 600;
  font-size: 1.1rem;
  margin-right: 1rem;
}

