html body .offers_link.uniform_button {
    display: inline-block;
    color: #fff!important;
    font-size: 1.1em;
    background: #375a7f!important;
    padding: 10px 15px!important;
    width: fit-content;
    border-radius: 0.2rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin: 5px;
}

html body .offers_link.uniform_button:hover {
    background: #2c4a68!important;
    color: #fff!important;
}