/* Test CSS file to verify styles are loading */
body {
  background-color: #151f38 !important;
  color: white !important;
}

.landing-container {
  display: block !important;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.troubleshooting-banner {
  display: none !important;
}
