.container {
  margin: 30px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  background-color: #f4f4f4;
}

th, td {
  text-align: left;
}
