.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.brand .brand-mark {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: #08b9db;
  color: #061921;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 900;
}

.brand strong {
  color: #fff;
  letter-spacing: -.04em;
}
