.button-primary {
    fill: #ffffff;
    color: #ffffff;
    background-color: var(--accent);
    border-style: solid;
    border-width: 2px !important;
    border-color: var(--accent);
    border-radius: 50px 50px 50px 50px;
    justify-content: center;
    margin: 5% !important;
    width: 90% !important;
}
.button-primary a {
    justify-content: center;    
    color: #ffffff !important;
    max-height: 35px;
}
.button-secondary {
    fill: var(--accent);
    color: var(--accent);
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px !important;
    border-color: var(--accent) !important;
    border-radius: 50px 50px 50px 50px;
    justify-content: center;
    margin: 5% !important;
    width: 90% !important;
}
.button-secondary a {
    justify-content: center;    
    color: var(--accent) !important;
    max-height: 35px;
}
    