table {
  border-collapse: collapse;
 
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: #74fe72;
  color: white;
}