body {
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
}

#text-input {
    padding: 5px;
}

button {
    padding: 8px 15px;
    margin-top: 10px;
    cursor: pointer;
}

#qrcode {
    margin-top: 20px;
}
