body{
    background-color: rgb(74, 21, 131);
    background-image: url('/img/backgrounds/purple-1.jpg');
    background-size: cover;
}
.wrapper{
    background-color: var(--background-color);
    padding: 1rem;
    display: flex;
    flex-direction: row;
    padding: 0;
}
hr{
    margin: 1rem 0;
}
#postlist{
    list-style-type: none;
}
.posttitle{
    margin-left: 0;
    font-weight: 600;
}
.posttitle a{
    text-decoration: none;
}
.postdetails::before{
    content: '✦';
}
#content{
    padding: 10px;
    width: 100%;
}
