#qrOutput {
    display: none;
}
.qrblock {
    display: block;
    text-align: center;
}
p.qrcomment {
    background: #eff1f5;
    text-align: center;
    color: #707070;
    padding: 7px 35px 8px;
    border-radius: 9999px;
    display: inline-block;
    margin: 0 0 25px;
    position: relative;
}
p.qrcomment:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #eff1f5;
    z-index: 1;
}
#qrOutput {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
}

.qrblock input {
    background: #eff1f5;
    color: #707070;
    padding: 7px 35px 8px;
    display: inline-block;
    width: 30%;
    margin: 0 0 25px;
    border: none;
    font-size: 1.25rem;
}

#getqrInfo{
    background-color: rgb(184, 165, 0);
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    border: 2px solid black;
}

