.posts {
    width: 80rem;
    text-align: left;
    padding: 1rem;
    margin: auto;
}

.posts li {
    width: 100%;
    height: fit-content;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.posts h1 {
    font-size: 2rem;
    margin-bottom: 0.2rem;
}

.posts h2{
    margin-top:0.2rem;
    font-size: 1.5rem;
}

#postlist{
    width: 100%;
}

