:root {
  font-family: system-ui;
  background: #eee;
  font-size: 1.4rem;
}

body {
  display: grid;
  min-height: 100vh;
  margin: 0;
  place-items: center;
  text-align: center;
}

h1 {
  font-size: 1rem;
  font-weight: normal;
}

table {
  width: 18rem;
  max-width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}

td {
  border: 1px solid #ccc;
  background: #fff;
  padding: 1rem 0.5rem;
  width: 33%;
}

td:empty {
  border: 0;
  background: transparent;
}

b {
  font-size: 0.6rem;
  font-weight: bold;
  text-transform: uppercase;
}

p {
  color: #999;
  font-size: 0.8rem;
}
time {
    display: block;
    padding-top: 0.2rem;
  color: #333;
  font-size: 1rem;
}
