table {
border-collapse: collapse;
width: 500px;
height: 400px;
margin-left: auto;
margin-right: auto;
}
th {background-color: #DEB887;
}
th, td ,h3{
text-align: center;
vertical-align: middle;
padding: 8px;
}
tr:nth-child(odd) {background-color: #FAEBD7;
}tr:last-child {
border-bottom: solid 2px black;
}
tr:nth-child(1) {
border-top: solid 2px black;
border-bottom: solid 2px black;
}
tr:nth-child(3) {
border-bottom: solid 2px black;
}