body {
    font-family: Arial, sans-serif;
}

.text-box {
    margin: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.text-box p {
    margin: 0;
    flex-grow: 1;
}

.text-box button {
    margin-left: 10px;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 1.5em;
}
