h1.site-name img {
  width: 100%;
  max-height: unset;
}

.navbar-brand {
  height: unset;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo img {
  height: 150px;
}

.footer-text {
  font-size: 17px;
}
