a {
    text-decoration: none;
}
body {
    background: #6B6B6B;
    line-height: 1;
}
dt {
    float: left;
    clear: left;
    text-align: right;
    font-weight: bold;
}
h1 {
    font-family:
        "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
         Helvetica, sans-serif;
    font-size: 3.6rem;
    font-weight: 800;
    letter-spacing: -0.0415625em;
    text-align:center;
}
h3 {
    font-family:
        "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
         Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}
#breadcrumb {
    font-family:
        "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
         Helvetica, sans-serif;
    font-weight: 800;
    letter-spacing: +0.02em;
    margin: 20px 0 0 0;
    text-align: right;
    width: 100%;
}
#header {
    background: #383838;
    border: 1px solid black;
    color: #ffffff;
    margin: 0 auto 15px auto;
    padding: 20px;
    width: 100%;
    height: 4em;
}
#header a {
    color: #ffffff;
}
#wrapper {
    display: table;
    margin: 0 auto;
    padding: 0px;
    width: 50%;
}
#content {
    background: #ffffff;
    border: 1px solid black;
    display: table;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
}
.centered {
    display: table;
    margin: 0 auto;
    min-width: 25%;
    width: auto;
}
.indent {
    display: table;
    margin: 0 30px;
    width: auto;
}
.code {
    background: #f4f4f4;
    display: table;
    margin: 20px auto;
    min-width: 75%;
    padding: 20px;
}
.largetext {
    font-size: 1.5em;
}
.symbol {
    font-weight: bold;
    font-style: italic;
}
.symbol sup {
    font-style: normal;
}
.tight {
    border: 0px;
    margin: 0 0;
    padding: 0px;
}
