.panda-card{
    border: 0;
}
.panda-card-footer{
    background-color: white;
    border: 0;
}
.catagories img{
    width: 100px;
    border-radius: 10px;
}
.panda-slide .carousel-item{
    background-color: rgb(245, 176, 176);
    border-radius: 1em;
}

/*Back to top button */
#btn-back-to-top {
    
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
  }

  /* Navbar button hover */

  .Button:hover {
    border-radius: 5px;
    background-color:blue;
  }