textarea {
    width: 100%;
    height: 300px;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* style the table with a border and give it some padding */
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
    padding: 10px;
}

/* style the table headings */
th {
    background-color: #ddd;
    font-weight: bold;
		color: black;
}

/* style the table cells */
td {
    padding: 5px;
    border: 1px solid #ccc;
}
JavaScrip