body {
  background: #faedcd;
}

* {
  font-family: "Poppins", sans-serif;
}

.navbar-brand,
.nav-link {
  color: #603000;
  padding-left: 5%;
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-brand {
  font-size: 5em;
  font-weight: 300;
  padding-right: 3%;
}

.navbar-brand:hover {
  color: #9b7d60;
}
.nav-link {
  font-size: 2rem;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-link:hover {
  color: #65281797;
  transform: scale(1.05, 1.05);
  text-decoration: underline;
  text-underline-offset: 1rem;
  text-decoration-thickness: 0.15rem;
}
.main-img {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  height: 100vh; /* Ensures the section takes full viewport height */
}

.center-img {
  position: relative; /* Allows for easy alignment adjustments */
}

#img {
  margin-top: 10%;
  max-width: 100%; /* Ensures the image doesn't exceed its container */
  height: auto; /* Maintains aspect ratio */
  border-radius: 10px; /* Optional: adds rounded corners to the image */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: adds a subtle shadow */
}

/* .main-img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.center-img {
  transform: translateY(-11%);
  position: fixed;
}

#img {
  transform: scale(0.72);
} */
