html,
body {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  padding: 0;
  border: 2px solid transparent;
  max-width: 475px;
  display: inline-block;
  margin: 20px auto;
}

.logo {
  border: 2px solid transparent;
  width: max-content;
  padding: 0;
  margin: 0%;
  height: 100%;
}

.user-avatar,
#login-avatar {
  border: 2px solid transparent;
  height: inherit;
  border-radius: 50%;
}

nav {
  border-bottom: 1.5px solid #c6c6c6;
  display: flex;
  justify-content: space-between;
  height: 60px;
  padding: 15px;
}

.title {
  border-bottom: 2px solid transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  padding: 10px;
}

.title-post {
  border: 2px solid transparent;
  padding: 10px;
}

.title-post p {
  padding: 0;
  margin: 0;
  padding: 5px;
}

.title-user {
  font-weight: bold;
}

.user-post {
  width: 100%;
}

.user-post-comment {
  border: 2px solid transparent;
}

.user-post-icon {
  border: 2px solid transparent;
  height: 30px;
  padding: 10px 0;
  margin: 0;
}

.user-post-icon img {
  height: inherit;
  padding: 0 5px;
}

.user-post-subtitle p {
  border: 2px solid transparent;
  padding: 0 10px;
  margin: 5px 0px;
}

.user-post-subtitle-likes {
  border: 2px solid transparent;
  font-weight: bold;
}

.user-post-subtitle-caption {
  border: 2px solid transparent;
}

.user-caption-username {
  border: 2px solid transparent;
  font-weight: bold;
}

.posts {
  border: 2px solid transparent;
  margin-bottom: 20px;
  box-shadow: 0px 5px 5px#c6c6c6;
  border-radius: 10px;
}

.heart {
  will-change: filter;
}

.heart:hover {
  background-color: transparent;
  filter: drop-shadow(0 0 2px #ff5269);
}

.heart:active {
  filter: drop-shadow(0 0 5px #ff0022);
}
