.card { height: 60vh; margin: 25px; padding: 25px; } .center{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center; } h4,h6{ font-weight: 400; } .shopNow{ padding: 5%; background-color: rgb(79 79 243); color: aliceblue; border-radius: 15px; border-color: white; } .card-table{ position: relative; display: flex; flex-direction: column; align-items: center; } .CartButtons{ border-radius: 15px; border-color:antiquewhite ; background-color: beige; }