/* The official logo is extracted directly from the supplied cafe menu. */
.footer-brand img{
  width:170px;
  height:106px;
  object-fit:contain;
  background:#e3ddd2;
  padding:.25rem .45rem;
  border-radius:4px;
  filter:none!important;
}
