body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th,
td {
    border: 1px solid #ddd;
    padding: 8px;
}

tr>td:nth-child(1) {
    text-align: center;
    width: 20%;
}

tr>td:nth-child(2) {
    width: 40%;
}

tr>td:nth-child(3) {
    font-size: 20px;
}

th {
    background-color: #f2f2f2;
}

textarea {
    width: 100%;
    height: 150px;
    resize: none;
    font-size: 24px;
}

footer {
    text-align: center;
    padding: 10px 0;
    background-color: #f2f2f2;
    border-top: 1px solid #ddd;
    position: relative;
    bottom: 0;
    width: 100%;
}