    .editable {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .editable>h1 {
      margin: 1.2rem 0 .7rem 0;
      font-size: .4rem;
      font-family: PingFang SC;
      text-align: center;
      font-weight: bold;
      color: #333333;

      background: linear-gradient(180deg, #E5EFFC 0%, #B9D6FF 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }


    .editable>h1:first-of-type {
      margin-top: 0;
    }

    .editable img {
      width: 92%;
      height: auto;
      margin: 4%;

    }

    .introduction {
      display: flex;
      flex-direction: column;
      justify-content: start;
    }

    .introduction .node {
      display: flex;
      flex-direction: row;
      justify-content: start;
      align-items: center;
      margin-bottom: 20px;
    }

    .introduction .node .label {
      width: 18%;
      margin-right: 20px;
    }

    .introduction .node .msg {
      width: 81%;
    }