button,
.button {

    background:#222;
    color:white;

    padding:14px 25px;

    border-radius:10px;

    border:none;

}

.job-button {

    background:#2563eb;

}

.filter-button {

    background:#2563eb;

}