* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scrollbar-gutter: stable;
}

body {
    background-color: #362f30;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #EAEAEA;
}

.container {
    max-width: 800px;
    margin: 0 auto;
}

h1, h2, h3 {
    font-weight: bold;
    margin-block: 10px;
    line-height: normal;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

p {
    margin-block: 8px;
    line-height: normal;
}

.inner {
    display: flex;
    gap: 10px;
}

h1 {
    font-size: 1.875rem;
}

h2 {
    font-size: 1.563rem;
}

h1 a {
    text-decoration: none;
    color: #EAEAEA;
}

.back {
    margin-block: 8px;
}

.info {
    font-size: small;
}

.blog-list {
    flex: 1;
    height: 100vh;
    padding: 15px;
    position: -webkit-sticky;
    position: sticky!important;
    border-right: 3px dashed #EAEAEA;
    top: 0;
    overflow: auto;
}

.blog-list ul {
    margin-block: 15px;
}

.blog-list li {
    margin-block: 6px;
}

article {
    flex: 3;
    padding: 15px;
}

.dates {
    font-size: small;
}

.wdate::before {
    content: '[';
}

.wdate::after {
    content: ']';
}

a {
    color: antiquewhite;
    text-decoration: underline dotted;
}

a:hover {
    color: #C1272D;
    text-decoration: none;
}