.table1 {
    width: 60%;
    margin: auto;
    text-align: center;
}

.table2, .table3 .table4 {
    border: 1px solid black;
}

.table1 th, .table1 td,
.table2 th, .table2 td,
.table3 th, .table3 td,
.table4 th, .table4 td
{
    padding: 10px;
    border: 1px solid black;
}

.table1 {
    border: 1px solid #5a5d63;

}

.table2 {
    border: 1px solid #5a5d63;

}

.table3 {
    border: 1px solid #5a5d63;

}

.table4 {
    border: 4px solid #5a5d63;

}

ul{
    list-style-type: disc
}
