.IKeEciSU {
    display: flex;
    justify-content: space-between;
}
.OWxDSzfL {
    width: 50%;
}
textarea {
    border-radius: 5px;
padding: 10px;
border: 1px solid #ececed;
max-width: 220px;
    min-width: 220px;
    min-height: 120px;
    outline: none;
    transition: .5s;
}
textarea:hover {
border: 1px solid #4d83e8;
}

textarea:focus {
    border: 1px solid #4d83e8;
background-color: #edf2fd;
}

#qrcode {
    height: 200px;
    width: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}