* {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.main {
    padding: 30px 0 0 0;
}

.main__list-posts {
    /* overflow: hidden; */
}

.list-posts__cover {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.item__img-link img {
    border-radius: 10px;
    max-width: 100%;
}

.list-posts__item {
    border-radius: 10px;
    border: 1px solid rgb(206, 204, 204);
}


/* style css pannigation */

.panigation__list {
    display: flex;
    list-style-type: none;
    padding: 0;
}

.panigation__list-item {
    margin: 5px;
}

.panigation__list-item a {
    padding: 4px 11px;
    border-radius: 10px;
    border: 1px solid #333;
}

.main__panigation {
    display: flex;
    justify-content: center;
}


/* style css travel tag */

.travel__tag-list {
    padding: 0;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    width: 100%;
}

.tag-list__item a {
    border: 1px solid gray;
    color: #fff;
    background: rgb(3, 57, 99);
    padding: 5px;
    border-radius: 10px;
}

.tag-list__item {
    margin: 10px 10px 10px 0;
}

.title-page h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: rgb(3, 57, 99);
}