function grayToBlack() {
  document.getElementById("searchInput").value = "";
  document.getElementById("searchInput").style.color = "black";
}

