#conversational-form {
    width: 75%;
    height: 50vh;
    border: 5px dotted blue;
    border-radius: 15px;
}

form {
    margin-top: 250px;
}


input {
    border: none;
    width: 0px;
}