.content__body a {
  color: #1c2ec6;
  text-decoration: underline;
}

.content__body a:hover {
  text-decoration: none;
}

.conversation__detail a {
  color: #1c2ec6;
  text-decoration: underline;
}

.conversation__detail a:hover {
  text-decoration: none;
}

.conversation__reply-body a {
  color: #1c2ec6;
  text-decoration: underline;
}

.conversation__reply-body a:hover {
  text-decoration: none;
}

.navbar__counter {
  background: #FF6176;
}

.event-detail__attendees {
  display: none;
}