html {
    box-sizing: border-box;
}

body {
    background-color: #212121;
    color: #efecd8;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 1.5em;
    line-height: 1.5rem;
    max-width: 700px;
}

h1, h2, small, b {
    color: #ffcbb9;
}

h1 {
    margin-top: 0;
    font-size: 1.8em;
    letter-spacing: 0.2em;
}

b {
    font-weight: 500;
}

h2 {
    letter-spacing: 0.13em;
    line-height: 2rem;
}

#date {
    background: #362c34;
    padding: 5px;
    line-height: 2em;
    font-size: 0.8em;
}

#title {
    margin-bottom: 0.2em;
}


a {
    color: inherit;
    text-decoration-style: dotted;
    text-decoration-thickness: 0.1;
}

a:hover {
    cursor:help;
}

::-moz-selection { /* Code for Firefox */
  background: #5a5247;
}

::selection {
  background: #5a5247;
}