/* Remove MkDocs / Read the Docs attribution text (text-node safe) */
footer {
  font-size: 0 !important;
}

/* Restore footer UI elements */
footer .rst-footer-buttons,
footer [role="contentinfo"] {
  font-size: initial !important;
}

/* Style all images globally */
img:not(.logo){
  max-width: 600px;
  max-height: 600px;
  width: auto;
  height: auto;

  border: 3px solid #ddd;
  border-radius: 6px;
  padding: 4px;
  background: #fff;

  display: block;
  margin: 1rem auto;
}