
* {
  box-sizing: content-box;
}
.qrcode {
  display: block;
  height: 230px;
  background: url(../images/qrcode.png);
  background-position: center center;
  background-repeat: no-repeat;
}