    h1, h2, h3, h4, h5{
    border-bottom: 3px solid #76bb65;
    }

    body{
      background: #f9f9f9;
    }
    
    .navbar{
     background: #8a2387;
    background: -webkit-linear-gradient(to right, #f27121, #e94057, #8a2387);
    background: linear-gradient(to right, #f27121, #e94057, #8a2387);
    }

    .list-group-item{
      background: #8a2387;
    background: -webkit-linear-gradient(to right, #f27121, #e94057, #8a2387);
    background: linear-gradient(to right, #f27121, #e94057, #8a2387);
      color : white;
    }
    .btn-primary
    {
      background: #8a2387;
    background: -webkit-linear-gradient(to right, #f27121, #e94057, #8a2387);
    background: linear-gradient(to right, #f27121, #e94057, #8a2387);
      color : white;
    }

