.btn-primary {
    background-color: #fff;
    border: none;
    color: #12151C;
    box-shadow: none;
    min-width: 150px;
    height: 50px;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 25px;
}

.btn-primary a{
    color: #12151C;
    text-decoration: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #fff;
    color: #12151C;
    box-shadow: none;
}
