.custom-rounded-green {
    background-color: green!important;
    color: white!important;
    border-radius: 25px!important;
    padding: 12px 30px!important;
    border: none!important;
}

.custom-flat-red {
    background-color: red;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 0;
}