body {
    font-family: system-ui, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    line-height: 1.6;
}

article {
    margin-bottom: 4rem;
}

h1 {
    line-height: 1.2;
}

.panel {
    max-width: 800px;
    margin: 25px auto;
    padding: 25px;

    background: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    box-sizing: border-box;
}

.pagetitle {
    font-family: "Permanent Marker", cursive;
    font-size: 3em;
    font-weight: 400;
    text-align: center;
    color: white;
    -webkit-text-stroke: 2px black;
    text-shadow:
        4px 4px 0 black,
        6px 6px 0 black;
}

.post-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

.post-content a:has(img) {
    display: block;
}

.nav-menu {
    text-align: center;
}