button{
  background-color: #14473a; /* Green */
  border: none;
  border-radius: 99px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: Poppins;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

h1,h2,h3,h4,h5,h6,p {
font-family: Poppins;
}

img{
padding: 15px 32px;
display: inline-block;
border-radius: 01px;

}
.undo{
all: initial

}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #d8ebb4;
  border-radius: 99px;
  font-family: Poppins;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #a2c88d;
  border-radius: 99px;
  border: 39px;
}