@charset "utf-8";
.navbar-colors {
    color: #E71D1D;
}
.button-colors {
    border: medium solid #E71D1D;
    background-color: white;
    color: #E71D1D;


}
.button-colors:hover {
    background-color: #E71D1D;
    border: medium  #E71D1D;
    color: white;
}
