/*
* Theme Name: Ebrahim
* Author: Radee
* Version: 1.0.0
*/

footer {
      background: #343a40;
      color: #ddd;
      padding: 40px 0;
}
footer h5 {
    color: #fff;
}
footer a {
    color: #bbb;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
    color: #fff;
}