.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  footer p {
    margin-bottom: .25rem;
  }
  
  .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }


  .btn-cart{
    position: relative;
}

  .btn-cart .badge{
    position: absolute;
    top: -5px;
    right: -5px;
}

.box-shadow{
  box-shadow: 0 3px 5px rgba(0,0,0, 0.15);
  cursor: pointer;
  transition: 0.5s;
}


body {
  font-family:'Poppins', sans-serif;
}

.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: contain;
}

a {
  color:black; 
  text-decoration: none;
  }

footer a {
    color:rgba(0, 0, 0, 0.5); 
    text-decoration: none;
    }

footer a:hover {
  color:rgba(0, 0, 0, 0.7); 
  text-decoration: none;
  }

a:hover {
    color:DD3444; 
    text-decoration: none;
    }

#carousel2 a:hover {
  color:rgba(0, 0, 0, 0.7); 
  text-decoration: none;
  }
    