.sidebar-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  gap: 0.1rem;
}

.sidebar-brand .sidebar-brand-text { font-size: 2rem !important; }

.logo {
  border-radius: 50%;
  max-height: 160px;
  width: auto;
}
