.page-numbers {
    background-color: #029344;
    color: white;
    font-weight: 700;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 5px;
}

.page-numbers:hover {
    background-color: #004b22;
}

.page-numbers-active{
    background-color: #004b22;
    color: white;
    font-weight: 700;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 5px;
}

.wpcf7-submit{
    background-color: #029344;
    color: white;
    font-weight: 700;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 5px;
}

.wpcf7-submit:hover{
    background-color: #004b22;
}