body {
    background-color: #1A1917;
    font-family: "Times New Roman", Times, serif;
    margin: 8px;
}

header {
    text-align: center;
}

header h1 {
    font-size: 30pt;
}

main {
    max-width: 1000px;
    margin:auto;
    text-align: center;
}

a {
    color: #39ff14;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

h1 {
    display: block;
    color: #E8D5B7;
    font-weight: bold;
}
h2 {
    display: block;
    color: #E8D5B7;
    font-weight: bold;
}

p {
    display: block;
    color: white;
    font-size: 13pt;
}

table {
    width: 100%;
}

td, th {
    border: 1px dotted darkblue;
}

tr {
    background-color: lightgray;
}
