@charset "utf-8";

.qrCode{
    height: 150px;
    position: relative;
    margin-bottom: 20px;
}

.qrCode p{
    position: absolute;
    width: 75%;
    left: 0%;
    top: 20%;
}

.qrCode img{
    width: 150px;
    height: 150px;
    position: absolute;
    left: 80%;
    top: -10%;
}