#logo {
  height: 3rem;
  width: 3rem;
  background-color: var(--pink);
  margin: 0 2rem 0 0;
  border: 1px solid var(--gray);
}
