.app-modal {
    text-align: center !important;
    img {
      width: 80px;
      height: 80px;
    }
  
    .title {
      text-align: center;
      font-weight: block;
      font-size: 16px;
      color: #333333;
    }
  
    :global(.ant-modal-confirm-btns) {
      float: none;
    }
  }
  