.content {
    color: #ffffff;
    z-index: 1;
    position: relative;
    padding-top: 120px;
    padding-bottom: 150px;
    line-height: 1.50;
}

.content p {
    margin: 1rem 0;
}

.category .post {
    margin: 50px 0;
}

.category .post:first-child {
    margin: 0;
}

.category .post a.button {
    background: linear-gradient(to left, #34d399, #38bdf8);
    border-radius: 5px;
    width: 139px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(15, 23, 42, 1);
    font-size: 14px;
    font-weight: 600;
}

.pagination {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.pagination .page-numbers {
    border-radius: 5px;
    border: 2px solid transparent;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
}

.pagination a.page-numbers {
    background-color: transparent;
    color: #36c8c8;
    border-color: #36c8c8;
    box-shadow: 0 0 6px 1px rgba(52, 211, 153, 0.7);
    cursor: pointer;
}

.pagination span.current {
    background: linear-gradient(to left, #34d399, #38bdf8);
    color: rgba(15, 23, 42, 1);
}