:root {
    color-scheme: light dark;
    font-family: "Segoe UI", Arial, sans-serif;
    line-height: 1.5;
}

body {
    margin: 0;
    color: CanvasText;
    background: Canvas;
}

.content-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
}


.navbar-div {
    border-bottom: 1px solid GrayText;
    padding: 1rem;
    display: inline-block;
    width: 20%;
    background-color: #E6EBE0;
    height: 100vh
}

.content-div {
    margin: 1.25rem auto;
    padding: 0 1rem 2rem;
    display: inline-block;
    width: 75%;
}

.site-name-text {
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    color: #000000;
}

.nav-link-list {
    margin: 0.75rem 0 0;
    padding-left: 1.2rem;
    display: inline;
    list-style-type: none;
    color: #000000;
}

.nav-link-text {
    margin: 0.2rem 0;
    color: #000000;
}

.post-slug-div {
    padding: 0.75rem 0;
    border-bottom: 1px solid GrayText;
}

.post-title-text {
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    color: #FF6700;
}

.date,
.tag-text {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.92rem;
    color: GrayText;
}

.body-text {
    margin-top: 0.55rem;
    white-space: normal;
}

.general-link-text {
    text-decoration: none;
    margin-right: 0.7rem;
    color: #FF6700;
}

.general-link-text:hover {
    font-weight: bold;
    margin-right: 0.7rem;
}