.portrait {
  width: 250px;
  height: 250px;
  object-fit: cover;
  object-position: center 28%;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.about {
  place-items: center;
}

.tax-image {
  width: 200px;
  margin: 26px auto 0;
}

.footer-logo {
  width: 300px;
  margin: 0 auto 80px;
  filter: brightness(0) invert(1);
}

#gbz-backlinks {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  padding: 6px 16px;
  border-top: 1px solid #e0e0e0;
  background: #f5f5f5;
  text-align: center;
  font: 11px/1.4 Arial, sans-serif;
}

#gbz-backlinks a {
  color: #888;
  text-decoration: underline dotted;
  text-underline-offset: 2px;
}

#gbz-backlinks a:hover {
  color: #333;
}

@media (max-width: 620px) {
  .portrait {
    width: 210px;
    height: 210px;
  }

  .footer-logo {
    width: 250px;
    margin-bottom: 60px;
  }
}
