body {
  background-color: rgb(248, 240, 229);
}

.brand-font {
  font-family: "Parisienne", cursive;
  font-weight: 700;
  font-size: 1rem!;
}

h2 {
  font-family: "Sour Gummy", serif;
  font-size: 2.5rem;
  text-align: center;
}

.my-list {
  font-family: "Sour Gummy", serif;
  font-size: 1.5rem;
}

.card img {
  width: 65%;
  align-self: center;
  padding-top: 1rem;
}

.card {
  background-color: antiquewhite;
  margin-bottom: 10px;
}

.card p {
  text-align: left;
}

.card ul li {
  background-color: antiquewhite;
}

.card-header {
  background-color: rgb(238, 215, 186);
}

.card-footer {
  background-color: rgb(238, 215, 186);
}

form {
  background-color: rgb(238, 215, 186);
}

.col > input {
  background-color: antiquewhite;
}

.my-bg {
  background-color: antiquewhite;
}

footer {
  background-color: #067c45;
  margin-top: 1rem;
}

footer > p {
  padding: 1rem;
  text-align: center;
  color: antiquewhite;
}

.card > ul > li:hover {
  background-color: #067c45;
  color: antiquewhite;
}

.con-details{
  font-family:"Sour Gummy", serif;
  font-size: 1rem;
  font-weight: 500;
  
}

textarea{
  margin-top: 1rem;
}
