#content, .wrapper, #width {
  background: #F6F6F6; /* Background color matching the photo */
  width: 94%; /* Responsive width */
  margin: 0 auto; /* Center horizontally */
  height: auto; /* Allow height to adjust based on content */
  text-align: left;
}

#content {
  min-height: 100vh; /* Ensure it covers at least the viewport height */
}

.wrapper {
  padding: 20px; /* Adjust padding as needed */
}

#width {
  max-width: 1000px; /* Maximum width for the container */
}

