@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

li::marker {
    content: '> ';
    color: coral;
    font-size: .8em;
}

.phicon {
    width: 1em;
    position: relative;
    top: 5px;
}

html {
    max-width: 80ch;
    padding: 3em 1em;
    margin: auto;
    line-height: 1.75;
    font-size: 1.4em;
    font-family: monospace;
}

body {
    background-color: rgb(31, 35, 41);
    color: rgb(243, 243, 243);
    font-family: 'Space Mono', monospace;
}

p,
ol,
ul {
    color: rgb(243, 243, 243);
}

a {
    color: coral;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-size: 2.3em;
}

p,
ul,
ol {
    margin-bottom: 1em;
}

.post-meta {
    text-align: right;
}

img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

blockquote {
    font-style: italic;
    border: thin solid black;
    padding: 1rem;
}

blockquote p {
    margin: 0;
}

pre {
    overflow-x: auto;
    padding: 1rem;
}

pre,
code {
    background: #101010;
    border-radius: 10px;
    color: rgb(255, 237, 191);
    white-space: pre-wrap;
}

table {
    width: 100%;
}

table,
th,
td {
    border: thin solid black;
    border-collapse: collapse;
    padding: 0.4rem;
}

.table-wrapper {
    overflow-x: auto;
}

.small {
    font-size: .7em;
}

.large {
    font-size: 7em;
}

.large.emoji {
    line-height: 0;

}

.center {
    text-align: center;
}

.post-date {
    text-transform: uppercase;
    font-size: smaller;
    font-style: italic;
}