/* Increase the size of the logo in the nav */
.md-header__button.md-logo img {
  height: 150px !important; /* or whatever height you want */
  max-height: none !important;
}


img.render-img {
  width: 60%;
  display: block;
  margin: 1rem auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

img.render-smooth {
  width: 60%;
  display: block;
  margin: 1rem auto;
  border-radius: 8px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}