* {
    margin: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-smooth: never;
    -webkit-font-smoothing: none;
    background-color: #F5F0F4;
    background-image: url("../img/r.png");
    background-size: 300px;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.h, .c {
    max-width: 600px;
}

.h {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

img {
    image-rendering: pixelated;
}

section {
    display: none;
}

section:target {
    display: block;
}

section#posts {
    display: block;
}

.c:has(section:target) section#posts:not(:target) {
    display: none;
}

.h, .e:not(:last-child) {
    border-bottom: 1px solid #000;
}

a {
    text-decoration-style: dotted;
}

a:visited {
    color: blue;
}

.e p {
    color: gray;
}

.p p {
    margin-bottom: 0.75rem;
}

.p ul {
    margin-top: -0.75rem;
}
