body {
    background-color: #f4f1ea;
    color: #2f2a24;
    padding: 0 80px;
}

a {
    color: #4f6b4f;
}

h1 {
    text-align: center;
    font-size: 60px;
    color: #4f7c4f;
    margin-top: 40px;
}

p {
    color: #3a332c;
    text-align: center;
}

nav {
  display: flex;
  gap: 25px;
}

.topnav-container {
  position: relative;
}

.topnav {
  background-color: #d8cfc4;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  z-index: 2;
}

.topnav a {
  color: #5a4632;
  text-decoration: none;
  font-size: 19px;
  padding: 14px 0;
  flex: 1;
  text-align: center;
}

.topnav a:hover {
  background-color: #e8e2d9;
  color: #406340;
}

.topnav a.active {
  background-color: #406340;
  color: #f4f1ea;
}

body {
  margin: 0;
  padding: 20px;
}

img {
  width: 300px;
  height: auto;
}

.center-img {
  display: block;
  margin: 20px auto;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  gap: 200px;
  padding: 0 40px;
}

.hero img {
  width: 250px;
  height: auto;
  border-radius: 12px;
}

.hero h1 {
  font-size: 70px;
  color: #4f7c4f;
}

.vine {
  position: absolute;
  top: 100%;
  width: 180px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.left {
  left: 0;
}

.right {
  right: 0;
  transform: scaleX(-1);
}

.about-box {
  background-color: #e6dfd4;
  padding: 25px;
  width: 250px;
  border-radius: 12px;
  text-align: center;
}

h2 {
  margin: 0;
  color: #4f7c4f;
}

.about-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.about-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-item img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}

.about-box {
  background-color: #e6dfd4;
  padding: 25px;
  width: 250px;
  border-radius: 12px;
  text-align: center;
}

.page-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 80px;
}