.settings-link {
  color: #B1AFAD;
}

.settings-link.active {
  border-bottom: 3px solid #41A69A;
  color: #1E1E1E;
}

.profile-picture {
  width: 80px;
  height: 80px;
  margin-right:10px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 15px;
  cursor: pointer;
}

.profile-pic {
  width: 80px;
  height: 80px;
  background-color: #E8E7E3;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body {
  font-family: "Noto Sans", sans-serif;
}
