.header {
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--border-color);
}

.header__link {
  display: flex;
  align-items: center;
}

.header__image {
  margin-right: 12px;
  width: 130px;
  height: 130px;
}

.header__heading {
  font-size: 2.5rem;
}
