.note {
  max-width: 35rem;
  margin: 0 auto;
}
.note-header {
  padding-top: 3rem;
  margin-bottom: 3rem;
}
.note-footer {
  padding: 6rem 0;
}
.note-date {
  color: var(--color-text-black);
  font-variant-caps: all-small-caps;
  -ms-font-feature-settings: "c2sc", "smcp";
  -moz-font-feature-settings: "c2sc", "smcp";
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
}
.note-tags {
  display: block;
  margin-bottom: 1.5rem;
}

.note-tags li {
  white-space: nowrap;
  display: inline-block;
}
.note-tags li::before {
  content:"‹";
}
.note-tags li::after {
  content:"›";
}
.note-tags li:hover {
  color:red;
}
h2.h2 {
	font-size: 16px;
	text-transform: uppercase;
}

.note {
  max-width: 48rem;
}

