table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.7rem;
}
@media (min-width: 600px) {
  table {
    font-size: 1rem;
  }
}
th, td {
  border: 1px solid #000;
  text-align: center;
}
p {
  margin: 0;
}
