
h1 {
  color: #4E2209;
  height: auto;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 500%;
  background-attachment: fixed;
  text-align: center;
}

h2 {
  color: #4E2209;
  background-color: #f5ead7;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  font-family: cursive;
  font-size: 150%;
}

h3 {
  color: #4E2209;
  background-color: #f5ead7;
  text-align: center;
  padding: 6px;
  border-radius: 10px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 150%;
}

.glow {
  text-align: center;
}

#categories ul {
  text-align: center;
  list-style-type: none;
}

.categories {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 50px auto;
  max-width: 1000px;
}

.category {
  text-align: center;
  text-decoration: none;
  color: #4E2209;
  width: 200px;
  transition: transform 0.3s ease;
}

.category img {
  width: 100%;
  height: 250px;
  border-radius: 50% / 40%;
  border: 3px dotted #c2b280;
}

.category h3 {
  margin: 10px 0 5px;
  font-size: 18px;
}

.category p {
  font-size: 15px;
  color: #777;
}

.category:hover {
  transform: scale(1.06);
}

.paragraph {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px;
}

.image {
  max-width: 600px;
  height: auto;
  border-radius: 100px;
}

.paragraph1 {
  max-width: 500px;
  font-size: 16px;
  color: #5a4635;
  line-height: 1.8;
}

.options {
  text-align: center;
  margin-top: 20px;
}

.options a {
  margin: 15px;
  font-size: 18px;
  text-decoration: none;
  color: #C6A196;
  padding: 8px 16px;
  border: 2px solid #F9F5E7;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.options a:hover {
  color: #F9F5E7;
  background-color: #4E2209;
  border-color: #4E2209;
  padding-inline: 50px;
  border-radius: 50px;
}

.us {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.one {
  color: #4E2209;
  text-align: center;
}

.one img {
  width: 200px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: auto;
  transition: transform 0.3s ease-in-out;
}

.one p {
  margin-top: 10px;
  font-weight: bolder;
  font-size: larger;
  font-family: cursive;
  text-decoration: overline;
}

.one img:hover {
  transform: scale(1.1);
}

.new p {
  color: #C6A196;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.paragraph2 p{
  color: #4E2209;
  font-size: 25px;
  line-height: 1.6;
}

