a {
    color: #000000;
    text-decoration: underline;
}

.btn-primary {
    background: red;
    padding: 18px 35px;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.btn-secondary {
    background: black;
    padding: 18px 35px;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.btn-primary:hover,
.btn-secondary:hover {
    background: #000000;
    color: #ffffff;
}