interface TitleProps {
  color: "red" | "blue" | "green" | "white";
}
