@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Inter&display=swap');

html {
    background-image: linear-gradient(180deg, #f1cfad 12.50%, #e3c08e 12.50%, #e3c08e 25%, #dab26d 25%, #dab26d 37.50%, #c99b6a 37.50%, #c99b6a 50%, #f1cfad 50%, #f1cfad 62.50%, #e3c08e 62.50%, #e3c08e 75%, #dab26d 75%, #dab26d 87.50%, #c99b6a 87.50%, #c99b6a 100%);
    background-size: 2400.00px 2400.00px;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 1em;
    margin: 40px auto;
    padding: 40px;
    max-width: 700px;
    text-align: left;
    background-color: #F4DCB9;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 145%;
    color: #49232D;
    border: 7px solid #49232D;
    border-width: 7px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bubblegum Sans', cursive;
}

a {
    color: #770a7e;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: wavy underline;
}

nav a {
    margin-right: 8px;
}

button {
    margin: 0;
    cursor: pointer;
}

time {
    font-family: monospace;
    font-style: normal;
    font-size: 20px;
}

nav {
    border-bottom: 1px dashed;
}

main {
    padding-top: 20px;
}

table {
    width: 100%;
}

hr {
    border: 0;
    border-top: 1px dashed;
}

img {
    max-width: 100%;
}

code {
    font-family: monospace;
    padding: 2px;
    background-color: #f2f2f2;
    color: #222;
    border-radius: 3px;
}

blockquote {
    border-left: 1px solid #999;
    color: #222;
    padding-left: 10px;
}

footer {
    padding: 25px 0;
    text-align: center;
}

.title:hover {
    text-decoration: none;
}

.title h1 {
    color: #49232D;
    font-size: 1.9em;
}

.inline {
    width: auto !important;
}

.highlight,
.code {
    line-height: 120%;
    padding: 0 0 0 0;
    background-color: #f2f2f2;
    color: #222;
    border-radius: 3px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    overflow-x: auto;
}

/* blog post list */
ul.blog-posts {
    list-style-type: none;
    padding: unset;
}

ul.blog-posts li {
    display: flex;
}

ul.blog-posts li span {
    flex: 0 0 130px;
}

ul.blog-posts li a:visited {
    color: #84080c;
}

figure {
    margin: 5%;
}
