.headerBase {
  display: flex;
}
.headerBase h1 {
  color: #82CBCE;
  font-family: haboro-contrast-normal, sans-serif;
  font-weight: 700;
  font-size: 32px;
}
.headerBase section {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.headerBase section div {
  display: flex;
  align-items: center;
}
.headerBase section h2 {
  font-family: agenda, sans-seriff;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin: 0px 3px 0px 0px;
}
.headerBase section figure {
  width: 30px;
  height: 30px;
}
.headerBase section figure img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}
.headerBase section i {
  font-size: 19px;
  transform: rotate(-46deg);
  margin: 5px 0px 0px 0px;
}

.feedfriendsMain article {
  margin: 5% 18%;
}
.feedfriendsMain article header figure {
  width: 40px;
  height: 40px;
  position: absolute;
  transform: translate(-55px);
}
.feedfriendsMain article header figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.feedfriendsMain article header div {
  display: flex;
  justify-content: space-between;
}
.feedfriendsMain article header div a {
  font-size: 20px;
  color: #616B70;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}
.feedfriendsMain article header div i {
  color: #616B70;
}
.feedfriendsMain article header p {
  display: flex;
  font-size: 12px;
  font-family: agenda, sans-serif;
  color: #877786;
}
.feedfriendsMain article header p span {
  color: #82CBCE;
  margin: 0px 4px 0px 0px;
}
.feedfriendsMain article section p {
  color: #15181a;
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
  margin: 6px 0px 7px 0px;
}
.feedfriendsMain article section div {
  display: flex;
  justify-content: space-between;
}
.feedfriendsMain article section div figure {
  width: 48%;
  height: 115px;
}
.feedfriendsMain article section div figure img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: cover;
}
.feedfriendsMain article footer {
  margin: 10px 0px 0px 0px;
  display: flex;
  justify-content: flex-end;
}
.feedfriendsMain article footer div {
  display: flex;
}
.feedfriendsMain article footer div i {
  color: #82CBCE;
  font-size: 20px;
}
.feedfriendsMain article footer div div {
  background-color: black;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-8px, -2px);
}
.feedfriendsMain article footer div div p {
  font-family: agenda, sans-serif;
  font-size: 10px;
  color: white;
}

#likeBoxFeed {
  border: 1px dotted black;
  height: 100%;
  width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 15px 5px 15px 5px;
}
#likeBoxFeed section {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#likeBoxFeed section figure {
  width: 20px;
  height: 20px;
}
#likeBoxFeed section figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
#likeBoxFeed section div {
  flex-direction: column;
}
#likeBoxFeed section div a {
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  line-height: 12px;
  margin: 9px 0px 0px 0px;
}
#likeBoxFeed section div h2 {
  font-size: 8px;
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
  width: 170px;
}
#likeBoxFeed section i {
  font-size: 12px;
  color: #82CBCE;
}

.profileFeed {
  min-height: 100vh;
}

/*# sourceMappingURL=feed-friends.css.map */
