@import url("https://fonts.googleapis.com/css2?family=Corben&family=Mulish&family=Outfit&family=Raleway:wght@300&display=swap");

#qrCodeBox {
  height: 330px;
  width: 355px;
  background: #fffffd;
  border-radius: 20px 20px 20px 20px;
}

#qrCodeSquareFrame {
  width: 320px;
  height: 320px;
 /* background: #2b7dfa;*/
  border-radius: 10px;
  margin: 17px;
  border: solid 1px #FFF/*#4677c6*/;
  position: relative;

  background-image: url(qr2.png);
  background-size: cover;
 

  
}

.centered {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#qrcode {
  mix-blend-mode: screen;
}
/*
#bubble_01 {
  width: 210px;
  height: 180px;
  background: #3685fe;
  position: absolute;
  border-radius: 15px 0 15rem 0;
}

#bubble_02 {
  width: 155px;
  height: 110px;
  background: #3685fe;
  position: absolute;
  top: 210px;
  left: 165px;
  border-radius: 100% 0 10px 0;
}
*/
.text {
  width: 90%;
  flex-direction: column;
  text-align: center;
  font-family: Outfit;
  font-size: 18px;
  color: #75767a;
  margin: 10px;
}

#one {
  font-weight: 700;
  font-size: 25px;
  color: #101b39;
}

#two {
  margin-top: -7px;
}