.footer-hashbang-logo {
    width: 46px;
    height: auto;
    margin-right: 1rem;
}
        
.navbar-logout {
  border: none;
  width: 100%;
  background-color: white;
  cursor: pointer;
  font-size: 0.875rem;
  &:hover {
    background-color: hsl(221, 14%, 95%) !important;
    color: hsl(211, 14%, 29%) !important;
  }
}