body {
    background: #f5f5f5;
}

.rounded-lg {
    border-radius: 1rem;
}

.nav-pills .nav-link {
    color: #555;
}

.nav-pills .nav-link.active {
    color: #fff;
}

.box{
    float: right;
}

.goal{
    text-decoration: none!important;
    color: white;
    text-align: center;
}
.donate{
    text-align: center;
    color: white;
    text-shadow: skyblue;
    font-weight: bold;
}

/**Fundraising project css starts here**/

.offcanvas{
    text-align: start;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    cursor: pointer;
    background-color: rgb(253, 241, 218);
}

.donat img{
float: right;
}
  /**Fundraising project css ends here**/

  .paypal{
    color: white;
  }
#pay{
    float: left;
}

