

.header-menu__social {
  display: flex;
  margin-left: 2rem;
}

.header-menu__social a {
  margin: 1rem 0.2rem;
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 28px;
  text-align: center;
  background: var(--color-code-yellow);
  border-radius: 50%;
}
