.btn-primary {
    background: #e60080;
    border: 0;
    font-weight: 700;
}
.btn-primary:hover {
    background: #b40f6b;
}
a {
    color: #000;
}
a:hover {
    color: #e60080;
}
.kaart span {
    font-weight: 700;
    display: inline-block;
    min-width: 230px;
}