.about-actions {
  margin-top: 1.5rem;
}

.about-actions p {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
}

.about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 0;
  color: #fff !important;
}

.about-button .twemoji {
  width: 1.1em;
  height: 1.1em;
}

.about-button--github {
  background: #24292f;
}

.about-button--github:hover,
.about-button--github:focus {
  background: #57606a;
}

.about-button--bilibili {
  background: #fb7299;
}

.about-button--bilibili:hover,
.about-button--bilibili:focus {
  background: #e85b88;
}
