.share__wrapper {
  display: flex;
  margin: 2rem 0;
}

.share__title {
  align-self: flex-end;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.share__list {
  display: flex;
  flex: 1;
  margin: 0;
  list-style: none;
}

.share__item + .share__item {
  margin-left: .3rem;
}

.share__link {
  border: none;
}
.share__link > * {
  pointer-events: none;
}

h1 {
  font-size: 1.5rem;
  text-align: center;
}
h1 span {
  display: block;
  font-size: 1.125rem;
  font-weight: normal;
}

code {
  background-color: #eee;
  padding: 0 3px 0 3px;
}

.notes {
  width: 100%;
  margin: 0 0 20px 0;
}
