body {
    background: white;
    font-family: sans-serif;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 32px;
    margin-top: 6ex;
}

h3 {
    font-size: 28px;
}

td:first-child {
    justify-content: flex-end;
    text-align: right;
    display: inline-block;
    color: red;
}
td:nth-child(2) {
    width: 300px;
    font-size: 24px;
    color: #a0a0a0;
    padding-left: 2em;
}

a:link {}
a:active {}
a:visited {}
