a
  @apply text-blue no-underline

  &:focus,
  &:hover
    @apply underline

b,
strong
  @apply font-bold

main a
  @apply underline

  &:focus,
  &:hover
    @apply no-underline

  &:focus
    @apply text-white bg-blue outline-none px-px -mx-px

h1, h2, h3
  @apply text-black mb-2 font-bold

.content h2,
.content h3
  @apply mt-6

p,
ul,
ol,
blockquote,
table,
pre
  @apply mb-6