@charset "UTF-8";

main > div:nth-of-type(2) {
  text-align: center;
} table {
  border-collapse: collapse;
  width: 100%;
  margin: auto;
} caption {
  font-size: min( 2em , 6.5vw );
  font-weight: bold;
  margin-bottom: 0.25em;
} th, td {
  font-size: min( 1em , 2.75vw );
  padding: 0.75em;
  border: 0.1em solid #000000;
  width: 15%;
} th.sex {
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}