main {
    font-family: 'Libre Baskerville', serif;
}

main h1 {
    text-align: center;
    font-size: 70px;
    padding: 40px;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 10px;
}

table {
    width: 80%;
    box-sizing: border-box;
    margin: 40px 10%;
    border-collapse: collapse;
}

th {
    text-align: left;
    font-style: italic;
}

table, th, td {
    border: 1px solid;
}

th, td {
    padding: 10px 20px;
}

th {
    font-size: 15px;
}

td {
    font-size: 13px;
    line-height: 150%;
}

table ul {
    list-style-type: circle;
}

caption {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-decoration: underline overline;
    text-decoration-thickness: 0.2em;
    text-underline-offset: 3px;
}