table {
    border-collapse: collapse;
    margin: 20px auto;
    background-color: #fff;
    border: 2px solid #dee2e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: -885px;
    margin-left:110px;
    max-width: 400px;
    width:100%;
    height:100%;
    font-family: Roboto, Arial;
    font-size:large;
}

th, td {
    border: 1px solid #dee2e6;
    padding: 10px;
    text-align: center;
}

th {
    background-color: #f2f2f2;
    color: #343a40;
}
table tr td form textarea{
    width: 100%;
    max-width:200px;
    height:95%;
    max-height:200px;
}
