.card-footer{
border-radius: 10px 10px 10px 10px;
text-align: center;
font-weight: 500;
}
.card-produk{
   display: inline-block;
   border: 100px;
   min-width: 300px;
   padding: 50px 0px;
   border-radius: 24px 24px 24px 0px;
}
.card.p{
   margin-left: 100px;
   margin-right: 100px;
   border-radius: 24px 24px 24px 0px;
   background-color: rgb(195, 194, 191);
}
.banner{
   background-color: black;
   margin: 0px;
   padding: 10%;
   font-family: sans-serif;
   background-attachment: fixed;
   position: relative;
   height:400px;
}
.profil-member{
   height: 50px;
   width: 50px;
   border-radius: 50%;
   border: 5px solid #272133;
   margin-top: 20px;
   box-shadow: 0 10px 50px rgba(235, 25, 110, 1);
}

 