.index {
  font-size: 1rem;
  font-family: sans-serif;
  display: block;
  flex-direction: column;
  padding: 20px;

  background-image: url(../img/Autumn1000x1294.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.givenName {
  width: 120px;
}

.birthYear {
  width: 100px;
}

.identifier {
  width: 180px;
}

thead {
  color: #333;
}

tbody {
  color: #666;
}

td {
  font-size: 0.8rem;
  padding-left: 10px;
}

td a {
  color: #9e0e0e;
  font-weight: bold;
  text-decoration: none;
}

sub {
  color: lightcoral;
}
