/* Got most of this from monero.observer so check them out */

:root { --color-scheme-background: #111; --color-scheme-text-color: white; }

body ::selection, html ::selection { background: orangered 0; color: #111; }

body a { color: orangered; }

body {
    background: var(--color-scheme-background);
    color: var(--color-scheme-text-color);
    font-size: 21px;
    font-family: "JetBrains Mono", monospace, sans-serif;
    margin: auto;
    width: 70%;
}

/* getting rid of artifacts */
a { text-decoration: none; }

h3 { padding-top: 30px; }

ul { list-style: none; }

p {margin-top: 8px; margin-bottom: 8px; }

#titlecard {
    text-align: center;
    font-size: 20px;
    margin-bottom: 120px;
}

#quote {
    padding-top: 60px;
}

.link-svg {
    width: 30px;
    float: right;
}

.book-entry {
    padding-left: 40px;
    overflow: scroll;
}

.links {
  overflow: scroll;
}

.smaller-hr {
    color: #3a3a3a;
}

.greentext {
    color: green;
}

.block {
    margin-top: 80px;
}

.indent {
    padding-left: 32px;
}

.floatr-img {
    float: right;
    padding: 20px;
}

.floatl-img {
    float: left;
    padding: 20px;
}

.post {
  display: flex;
  flex-direction: column;
}

.post-img {
  width: 30%;
}

/* footer */
body footer { text-align: right; margin-top: 25px; }
body footer .notes { float: left;}
