.jumbotron {
    background-color: #e9ecef;
    border-radius: 0;
}

.posts-header {
    background-color: #333;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

.allposts-title {
    width: 480px;
    background: #ffffffc7;
    padding: 24px;
    margin: auto;
}

.allposts-title-h1 {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

@media (max-width:1024px) {
    .allposts-title {
        width: 500px;
    }
}


@media (max-width:568px) {
    .allposts-title {
        width: 320px;
    }
    .posts-header {
        margin-top: 45px;
    }
}