/* Global Styles */
body {
  padding-bottom: 0; /* Remove bottom padding */
  background-color: #e9ecef;
}

.custom-container {
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

