.steps {
    line-height: 15px;
    font-size: 15px;
}

#text {
    margin-bottom: 15px;
}

#btnGerar {
    margin-bottom: 20px;
    margin-left: 30%;
    margin-right: 30%;
    width: 40%;
    margin-top: 8px;
}

#qrcode {
    height: 150px !important;
    width: 150px !important;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 30px;
    margin-left: 85px;
}

canvas {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}