body {
    background-color: #171717;
    color: #efefef;
    font-family: monospace;
    font-size: 16px; 
    margin: 0;
    width: 960px;
    max-width: 100%;
}

nav {
    display: inline-block;
    margin: 20px 20px;
}

nav h1 {
    display: inline-block;
}

nav img {
    float: left;
    margin-right: 20px;
}

nav ul {
    float: left;
    margin: 5px 0px 0px 10px;
    padding: 0px;
}

nav ul li {
    list-style-type: none;
    text-transform: uppercase;
}

nav ul li a {
    text-decoration: none;
}

nav ul li a:hover {
    text-decoration: underline;
}

main > * {
    margin-left: 20px;
    line-height: 1.25em;
}

main blockquote {
    padding-left: 20px;
    margin-bottom: 40px;
    max-width: 680px;
    border-left: 1px solid #efefef;
}

main blockquote cite {
    float: right;
}

main blockquote.ann {
    margin-bottom: 0px;
}

main h1 {
    margin-top: 0px;
    padding-left: 30px;
}

main h2 {
    margin-top: 10px;
    margin-bottom: 0px;
}

main em {
    color: #e34234;
}

main section.cu, section.backlinks {
    font-size: 75%;
}

header {
    margin-left: 0px;
    margin-bottom: 20px;
}

header figure {
    margin: 0px;
}

header img {
    width: 680px;
}

figcaption {
    width: 680px;
    text-align: right;
    font-size: 75%;
}

footer {
    border-top: 1px solid #efefef;
    margin: 20px 20px;
    padding: 5px;
    height: 40px;
    font-size: 90%;
}

footer a {
    text-decoration: none;
}

footer .left {
    float: left;
}

footer .right {
    float: right;
}

a {
    color: white;
}

created, updated, tags {
    display: none;
}

main a[href]:not(:where(
  /* exclude hash only links */
  [href^="#"],
  /* exclude javascript only links */
  [href^="javascript:" i],
  /* exclude relative but not double slash only links */
  [href^="/"]:not([href^="//"]),
  /* domains to exclude */
  [href*="//nilay.ink"],
  [href*="//localhost"],
  /* subdomains to exclude */
  [href*="//nilay.ink"],
  [href*="localhost"],
)) {
  text-decoration: underline dotted;
}

main a[href^="404.html"] {
  /* background-color: var(--broken-link-bg); */
  /* color: var(--broken-link-fg); */
  text-decoration: underline wavy #e34234;
}

main aside {
    padding-left: 10px;
    font-size: 80%;
    border-left: 1px dashed;
}

pre {
    margin-top: 0px;
    margin-bottom: 0px;
}

code {
    background-color: #313131;
}

pre code {
    display: block;
    background-color: #171717;
    border-left: 1px solid #efefef;
    padding-left: 20px;
    min-width: 200px;
    max-width: 100%;
    overflow-x: scroll;
}
