@import "standard.css";

h2 {
  min-height: 30px;
}
table {
    width: 50%;
    margin: 0 auto;
    box-shadow: 0px 0px 8px 0px rgb(255, 255, 255, .5);
    color: var(--pinkPale);
}
td {
    padding: 1rem;
}
td:first-of-type {
    font-style: italic;
}
td[colspan] {
    font-style: initial;
    text-align: center;
    font-size: 1.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    font-family: 'headings';
}