:root {
    --section-title-font: "Playfair Display", serif;
    --section-title-font-color: #CA9655;
    --body-background: #131212;
    --body-color: #fff;
}

body {
    margin: 0;
    background: var(--body-background);
    color: var(--body-color);
}

h3 {
    font-family: var(--section-title-font);
}

h1 {
    font-family: var(--section-title-font);
}

.section-titles {
    color: var(--section-title-font-color);
}

table {
    width: 100%;
}

td {
    font-weight: 800;
    vertical-align: top;
}

td p {
    font-weight: 300;
    font-size: small;
}

header {
    margin: 2rem 0;
}
