.block--base-plugin-id-system-branding-block {
  .site-name {
    text-align: center;
    
    a {
      color: #333;
      font: 800 36px/48px Manrope, sans-serif;
      margin: 0;
      text-decoration: none;

      >em {
        font: 500 48px/48px Mercure, serif;
      }
    }
  }
}