:root {
  --body-bg: hsla(196, 100%, 50%, .1);
  --bg: #fff;

  --accent: hsl(196, 100%, 48%);
  --accent-hover: hsl(196, 100%, 60%);
  --accent-sel: hsl(196, 100%, 42%);

  --opacity20: #fff3;
  --opacity40: #fff6;
  --opacity60: #fff9;

  --menu: var(--accent-sel);
  --menu-hover: black;

  --text: #222430;

  --link: #e80;
  --link-hover: #f70;

  --hl1: #0001;
  --hl3: #0003;
  --hl8: #0008;
  --hl13: #000c;

  --box-shadow: #ddd;

  --switch-shadow: #373d4e;
  --switch-icon: "🌚";
}
#wwo-weather-widget-3 {
   display: none
}
#wwo-weather-widget-4 {
   display: block
}