body {
  font-family: 'Poppins';
}
.following-div {
  width: 85vw;
  border: 2px solid black;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.following-div-head {
  width: max-content;
  margin-top: 16px;
  margin-bottom: 16px;
}
.username-h3-link {
  color: blue;
  width: max-content;
}
#following-count {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#following-sortby {
  width: 100px;
  height: 30px;
  border: 2px solid black;
  border-radius: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
#following-sortby-now {
  font-size: 12px;
}
#following-count-wrapper {
  width: 100vw;
  position: absolute;
  left: 0;
  overflow-y: scroll;
}
.firstIcon {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
}