.white-text-drop-shadow {
    color: white;
    text-shadow: 1px 1px #000;
  }

  .dark-text-drop-shadow {
    text-shadow: 1px 1px lightgrey;
  }