body {
  background: #FCF8EE;
}

.nilhoca-icon {
  background-color: #E6B17E;
  color: white;
}

.cropped-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top;
}

.my-container {
  max-width: 800px;
  /*margin: 20px auto;*/
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.navbar {
  font-family: Poppins, sans-serif;
  background: linear-gradient(120deg, #f4dbaa, var(--bs-white)), #f4dbaa;
}

