 table {
   width:600px;
   height:400px;
   border-collapse:collapse;
   margin:auto;
   border:solid 4px;
   
}
  caption {
    font-size:35px;
    color:grey;
}
th {
   border-style:solid 1px; background-color:#000000;
}
tr {
  border:solid 1px; background-color:#FFFFFF;
  color:grey;
  font-size:30px;
}
td {
  padding-left:90px;
}
 tr:nth-of-type(even) {
  background: orange;
}