body {
  background: linear-gradient(var(--blue-darkish), var(--blue-darkest));
}

article a {
  text-decoration: underline;
  font-weight: 700;
}

.blogpost-tags li a {
  text-decoration: none !important;
  font-weight: 500;
}

video {
  margin: 32px 0;
  max-height: 700px;
}

.embed-container {
  margin: 32px 0;
}
