header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  background-color: var(--tertiary-background); }
  header .home-link {
    display: flex;
    align-items: center;
    color: var(--primary-text);
    text-decoration: none;
    font-size: 1.75rem;
    font-weight: 300; }
    header .home-link img {
      height: 50px;
      width: 50px;
      margin-right: 8px;
      border-radius: 10px; }
