.navbar-logo {
  height: 30px; /* Adjust as needed */
  width: auto; /* Maintains aspect ratio */
}
.registration-status.open {
  color: green;
  font-weight: bold;
}

.registration-status.closed {
  color: red;
  font-weight: bold;
}
