.qrcode_flex {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }

  .qrcode_flex img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  #qrcode {

    width: 150px;
    height: 150px;
    position: absolute;
    top: 50px;
    right: 60px;
  }

  .qrcode_box {
    display: none;
    width: 722px;
    height: 229px;
    background-image: url("../images/qrcode_box.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }

  #qrcode_txt {
    color: orangered;
    font-size: 24px;
    text-decoration: none;
  }