@charset "UTF-8";
h1{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 32px;
    span{
        display: block;
    }
}

/* postsList */
.postsList {
    width: 100%;
    max-width: 960px;
}

.postsList .postListDIV {
    width: 100%;
}

.postsList .toList {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

/* //postsList */
