* {
    font-family: sans-serif;
    background-color: #f9f5d7;
    color: #1d2021
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    flex-grow: 1;
    min-height: 100vh;
}

.content {
    font-size: 1.25rem;
    padding-top: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.page_header {
    font-size: 2rem;
    color: #3c3836;
}

/* https://css-tricks.com/old-timey-terminal-styling/ */
.json_description {
    font: 1rem Inconsolata, monospace;
    font-size: small;
    line-height: 18pt;
    /* text-shadow: 0 0 3px grey; */


}

.author_name {
    color: #cc241d;
}

a:link {
    text-decoration: none;
    color: black;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

