body {
  background-color: #2f4553;
}

.banner-container {
  width: 100%;
  max-width: 1200px; /* Adjust based on your design */
  margin: 20px auto; /* Centering with some top/bottom spacing */
  overflow: hidden; /* Prevents unwanted overflow */
  border-radius: 10px; /* Smooth rounded corners */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Soft shadow for a polished look */
}

.banner-container img {
  width: 100%;
  height: auto;
  display: block; /* Removes unwanted bottom spacing */
  border-radius: 10px; /* Ensures corners remain rounded */
}/*# sourceMappingURL=home.css.map */