footer { display: none !important; }
#social { display: none !important; }

:root {
  --background: 0 6.7% 97.1% !important;
  --foreground: 0 2.3% 8.4% !important;
  --card: 0 0% 100% !important;
  --card-foreground: 0 2.3% 8.4% !important;
  --popover: 0 0% 100% !important;
  --popover-foreground: 0 2.3% 8.4% !important;
  --primary: 153 87.7% 55.3% !important;
  --primary-foreground: 0 0% 0% !important;
  --muted: 36 9.8% 90% !important;
  --muted-foreground: 220 8.9% 46.1% !important;
  --accent: 36 9.8% 90% !important;
  --accent-foreground: 0 2.3% 8.4% !important;
  --border: 36 9.8% 90% !important;
  --input: 36 9.8% 90% !important;
  --ring: 160 88.2% 33.3% !important;
}

:root.dark {
  --background: 0 2.3% 8.4% !important;
  --foreground: 0 6.7% 97.1% !important;
  --card: 20 4.8% 12.4% !important;
  --card-foreground: 0 6.7% 97.1% !important;
  --popover: 20 4.8% 12.4% !important;
  --popover-foreground: 0 6.7% 97.1% !important;
  --primary: 153 87.7% 55.3% !important;
  --primary-foreground: 0 0% 0% !important;
  --muted: 24 5.2% 19% !important;
  --muted-foreground: 0 0% 60% !important;
  --accent: 24 5.2% 19% !important;
  --accent-foreground: 0 6.7% 97.1% !important;
  --border: 24 5.2% 19% !important;
  --input: 24 5.2% 19% !important;
  --ring: 153 87.7% 55.3% !important;
}

:root.dark header img {
  background: hsl(0 6.7% 97.1%) !important;
  border-radius: 22% !important;
  padding: 4px !important;
}
