﻿.btn-primary{
    color: #000000;
    background-color:#E8C21B; 
}
.btn-primary:hover {
background-color:#AD3FB7;
color: #ffffff;
}

