.lwp-container {
    text-align: center;
    max-width: 500px;
    margin: 40px auto;
    font-family: sans-serif;
}

textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    padding: 10px;
}

button {
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
    border: none;
    background: #4CAF50;
    color: white;
    border-radius: 5px;
}

button:hover {
    background: #45a049;
}

canvas {
    margin-top: 20px;
    border-radius: 50%;
}
