.container ul {
    list-style: disc;
    margin-left: 2rem;
    padding-bottom: 1rem;
}
.container ol {
    list-style: decimal;
    margin-left: 2rem;
    padding-bottom: 1rem;
}
p {
    padding-bottom: 1rem;
}

tbody tr td{
    border-color: inherit;
    border-style: solid;
    border-width: thin;
    padding: .25rem;
}
.container a {
    color: rgba(0, 73, 144, 1);
    text-decoration: underline;
}
h1 {
    font-weight: 800;
}
