.permalink::before {
  content: "🔗";
}

.permalink {
  opacity: 0;
  margin-left: -1.38em;
}

.title:hover .permalink,
.permalink:focus {
  opacity: 1;
}

.permalink:hover,
.permalink:focus {
  text-decoration: none;
}

.body {
  width: 100%;
  height: 100vh;
}
