.steam-widget {
  display: grid;
  place-items: center;
  background: #fff;
  padding: 5px;
}
.md-footer-meta__inner { flex-wrap: nowrap; }
.md-copyright__highlight.right { text-align: right; }


/* fixed footer */
.md-footer-meta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.md-footer__inner {
  margin-bottom: 45px;
}

:root, [data-md-color-scheme=default] {
  --md-footer-bg-color--dark: var(--md-primary-fg-color);
}
