
.css-posts .current-post-category h3 {
    font-weight: bold;
}

.buttons-navigation ul {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: center;
}

.buttons-navigation ul li {
    padding-right: 10px;
    min-width: 150px;
}

.buttons-navigation ul li a.button {
    display: flex;
    height: 55px;
    align-items: center;
    justify-content: center;
    color: white;
    transition: 0.3s;
}

.buttons-navigation ul li.active a {
    background-color: #737373;
}

.buttons-navigation ul li:hover a {
    margin-top: -10px;
    transition: 0.3s;
}

.news-posts.css-posts {
    padding-top: 140px;
}