.btn-con {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.container {
    width: 70%;
    margin: 20px auto;
    margin-bottom: 100px;
}

.button {
    border-radius: 10px;
    overflow: hidden;
}

.qr {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}

.qr-btn {
    width: 33%;
    margin-left: 10px;
}

.red {
    background-color: #ff4949;
    height: 100%;
}

.rd {
    border-color: #ff4949;
}

.green {
    background-color: rgb(78, 227, 78);
    height: 100%;
}

.grn {
    border-color: rgb(78, 227, 78);
}

.button_text.white {
    color: white;
}