html {
    text-rendering: optimizeLegibility;
    line-height: 1.5;
    font-size: 17px;
    font-family: "PT Serif", serif;
}

body {
    margin: 0px;
    background-color: white;
    color: #303030;
}

.container {
    padding: 0px;
    margin: auto;
    max-width: 1200px;
}

header.page-header > h1 {
    font-size: 4rem;
    color: #303030;
}

h3 {
    margin: 0px;
    padding: 0px;
    color: #303030;
    font-family: "EB Garamond", Georgia, serif;
}

h2 {
    color: #303030;
    font-family: "EB Garamond", Georgia, serif;
    padding: 0;
}

hr {
    color: #303030;
    margin: 1px;
}

.page-header {
    display: flex;
    justify-content: center;
    font-family: "EB Garamond", Georgia, serif;
}

.nav-wrapper {
    display: flex;
    padding: 5px;
}

.nav-wrapper >  div {
    margin: 10px;
    text-transform: uppercase;
}

.nav-link-wrapper {
    height: 40px;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.3s;
}

.nav-link-wrapper a {
    color: #303030;
    text-decoration: none;
    font-size: 1.4rem;
    font-family: "EB Garamond", Georgia, serif;
}

.nav-link-wrapper a:hover {
    text-decoration: underline;
    color: #303030;
}

main.index-main {
    float: left;
    width: 70%;
    font-size: 1.2rem;
}

aside.index-aside {
    float: right;
    width: 25%;
    font-size: 1.2rem;
}

.index-aside > h1 {
    margin-bottom: 0;
    color: #303030;
    font-size: 2.5rem;
    font-weight: normal;
}

.index-aside > h2 {
    color: #303030;
    font-size: 1.7rem;
    font-weight: normal;
}

.index-main > h1 {
    margin-bottom: 0;
    color: #303030;
    font-size: 2.5rem;
    font-weight: normal;
}

.index-main > h2 {
    color: #303030;
    font-size: 1.7rem;
    font-weight: normal;
}

footer {
    display: inline-block;
    width: 100%;
    padding: 20px;
}

div.post {
    display: block;
    margin: 30px;
}

div.post > span.post-date {
    color: #A8A8A8;
    font-size: 1.2rem;
    margin-top: 0;
}

a {
    text-decoration: none;
    color: #1877F2;
}

a:hover {
    text-decoration: underline;
}

div.post > h1.post-title a.post-link {
    font-size: 2.1rem;
    color: #303030;
    margin-bottom: 0;
    text-decoration: none;
    font-weight: normal;
}

div.post > h1.post-title a.post-link:hover {
    text-decoration: underline;
}

code {
    font-size: 1rem;
    background: #F0F0F0;
    border-radius: 5px;
}

pre {
    text-align: start;
}

pre code {
    display: block;
    overflow-x: auto;
    max-width: 100%;
    min-width: 100px;
    padding: 15px;
    margin: 0;
}
