header .w-12 {
  width: 200px !important;
  height: 40px !important;
}
footer { display: none; }
h1.text-4xl { display: none; }
p.text-muted-foreground.mt-2 { display: none; }
.container {
  max-width: 100% !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.grid.gap-3 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
}
