/* Center the Logo in Cassiopeia */
.container-brand {
  justify-content: center !important;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}