@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap');

html {
    font-size: larger;
}


body {
    margin: 0;
    font-family: "JetBrains Mono", Helvetica, Arial, sans-serif;
    font-size: 1rem;
}


.logo {
    text-decoration: none;
    list-style-type: none;
    display: inline;
    margin: 10px;
}

.logo a {
    text-decoration: none;
    color: black;
}


.link-menu {
    position: absolute;
    top: 0;
    right: 0;
}

.link-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.link-menu ul li {
    display: inline;
    margin: 10px;
}

.link-menu ul li a {
    text-decoration: none;
    color: black;
}

.link-menu ul li a:hover {
    color: grey;
}

article {
    margin: 0 auto;
    width: 90%;
    padding: 20px;
}

.post-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.post-header h1 {
    margin: 0;
    flex: 1;
}

.post-header .post-date {
    font-size: 0.9rem;
    color: #888;
    margin-left: 1rem;
    white-space: nowrap;
}

.overview {
    margin: 20px;
}

.year-group {
    margin-bottom: 2rem;
}

.year-divider {
    font-size: 1.2rem;
    font-weight: 400;
    color: #666;
    margin: 2rem 0 1rem 0;
    padding-bottom: 0.5rem;
}

.post-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.8rem;
    padding: 0.3rem 0;
}

.post-title {
    text-decoration: none;
    color: black;
    flex: 1;
}

.post-title:hover {
    color: grey;
}

.post-date {
    font-size: 0.9rem;
    color: #888;
    margin-left: 1rem;
    white-space: nowrap;
}
