.main {
    width: 1100px;
    margin: 100px auto 0 auto;
    display: flex;
}

.text {
    width: 65%;
}

.text textarea {
    outline: none;
    border-radius: 5px;
    width: 95%;
    box-shadow: 1px 1px 1px #ccc;
    padding: 10px;
    font-size: 15px;
    resize: none;
}

.text button {
    display: block;
    margin: 20px auto 0 auto;
    width: 120px;
    height: 50px;
    background-color: #403e40;
    color: #979797;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    outline: none;
}

.qrcode {
    width: 200px;
    height: 198px;
    border-radius: 5px;
    color: #ccc;
    border: 1px solid #ccc;
}

.qrcode-title {
    text-align: center;
    line-height: 198px;
}

.qrcode img {
    width: 100%;
    height: 100%;
}