.btn-primary{
    background:#000;
    color: gold;
}

.card-header {
    background: antiquewhite;
}
.width-custom{
    width: 50%;
}
@media only screen and (min-width:321px) and (max-width:768px){

    .width-custom{
        width: 100%;
    }
 }
