.md-header__title {
  font-style: italic;
}

.bordered-img {
  border: 3px solid var(--md-primary-fg-color);
  border-radius: 0px;       /* optional: rounded corners */
  padding: 0px;             /* optional: spacing inside the border */
  background-color: #fff;   /* optional: background */
}

.centered {
  display: block;
  margin: 2em auto;
  text-align: center;
}
