* {
    margin: 0; padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Impact;
}

.header {
    text-align: center;
}

h3 {
    font-size: 4.2em;
    font-weight: 100;
    text-transform: uppercase;
}

table {
  width: 500px;
  height: 500px;
  text-align: center;
  border-collapse: collapse;
  margin: 10px auto;
  font-size: 1.5em;
}

img {
    aspect-ratio: 1;
    width: 75px;
    margin-bottom: -45px;
    margin-top: -15px;
}

th {
    font-weight: 100;
    padding: 0px 5px;
}

td {
    padding: -5px 5px;
}

.upper {
    text-transform: uppercase;
}

th[scope="col"]:nth-child(2) {
    background-color: rgb(199, 255, 88);
}

th[scope="col"]:nth-child(3) {
    font-style: italic;
    font-size: 0.9em;
    color: rgb(42, 42, 42);
}

th[scope="col"]:nth-child(4) {
    font-style: italic;
    font-size: 0.9em;
    color: rgb(42, 42, 42);
}

th[scope="col"]:nth-child(4) {
    border-left: 3px solid;
}

td[scope="col"]:nth-child(4) {
    border-left: 3px solid;
}

td[scope="col"]:nth-child(2) {
    background-color: rgb(199, 255, 88);
}

td[scope="col"]:nth-child(3) {
    font-style: italic;
    color: rgb(42, 42, 42);
}

td[scope="col"]:nth-child(4) {
    font-style: italic;
    color: rgb(42, 42, 42);
}

.row {
    border-top: 3px solid;
}

.row[scope="col"]:nth-child(1) {
    text-transform: uppercase;
}


/* BEGIN PRINTABLE TABLE ====================================*/

