.mobile-menu-switcher-list {
 background-color: white;
}

/* adds a see-through background to title text - only change rgb values */
.title-area {
  background: rgba(0, 0, 0, 0.35);
  /* also ensure to add the below text shadow for dark backgrounds */

  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

}