@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;1,300;1,400&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
.container {
  width: 100%;
  height: 100vh;
  display: flex;
  gap: 19px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box {
  width: 20rem;
  height: 25rem;
  border: 1px solid rgb(107, 105, 105);
  border: none;
}
.Cart-Type {
  width: 100%;
  background-color: black;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Cart-Type p {
  color: antiquewhite;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2px;
}
.Features {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: rgb(59, 150, 59);
  font-weight: 900;
  letter-spacing: 0.5px;
}
.Features p {
  width: 100%;
  text-align: center;
  margin: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #c1c1c1f6;
}
.Features button {
  text-align: center;
  margin: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 12px;
  margin-bottom: 15px 20px;
  border-radius: 10px;
}
.Features span {
  width: 100%;
  text-align: center;
  margin: 5px;
  padding-top: 2px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #c1c1c1f6;
}

button {
  cursor: pointer;
  background: transparent;
  border: 2px solid #c700d9;
  outline: none;
  transition: 1s ease-in-out;
}
button {
  color: rgb(216, 8, 196);
  font-size: 18px;
  font-weight: 100;
}
button:hover {
  background-color: rgb(0, 255, 255);
  stroke-dashoffset: -480;
}
.price span {
  font-size: 18px;
}
.btn span {
  padding: 2px;
  border-bottom: none;
}
.box {
  box-shadow: rgb(0 0 0 / 48%) 5px 20px 20px;
}
