.h1 {
    display: flex;
    flex-direction: column;
    display: -webkit-flex;
    align-items: center;
    text-transform: none !important;
    max-width: 600px !important;
    font-family: Noto Serif !important;
    line-height: 1.3 !important;
    text-align: center !important;
    margin: 0 auto;
    margin-top: 15px !important;
    font-weight: 700 !important;
    font-size: 28px !important;
  }
  
  .kicker-id {
    display: none;
  }
  
  .header-logo {
    /* width: min(100%, 200px);; */
    width: min(100%, 300px);;
  }
  
  .story-body > header {
    margin-top: 45px !important;
    margin-bottom: 0 !important;
  }
  
  .story-body > * {
    margin: 0 auto;
  }
  
  .story-body > p {
    margin: 20px auto !important;
  }
  
  .bio {
    font-family: 'Noto Sans' !important;
    text-align: center !important;
    display: grid !important;
    gap: 15px !important;
    margin: 0 auto !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    max-width: var(--story-width) !important;
    padding: 0 var(--page-padding) !important;
  }
  
  .social-network-macro {
    margin: 0 auto;
  }
  
  @media only screen and (max-width: 600px) {
    .h1 {
        font-size: 25px;
    }
  }