.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .portrait {
    border-radius: 100%;
    overflow: hidden;
    max-width: 40%;
    max-height: 40%;
    margin: 0 auto;
  }

  .portrait img {
    display: block;
    /* Stretch
    height: 100%;
    width: 100%; */
    max-width: 100%;
    max-height: 100%;
  }

  .button-margin-bottom {
      margin-bottom: 1rem;
  }

  html, body {
      background-color: #171a3a;
  }

  .custom-lead {
    margin-top: 1rem;
  }

  .custom-cover-heading {
    font-weight: bold;
  }