digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"KayaBirthdayConvo3 begins." [color=orange];
		"KayaBirthdayConvo3 begins." -> j2411988590;
		"KayaBirthdayConvo3 begins." -> j1516771939;
	j2411988590 [label="What do you kids do for birthdays in this era?",shape=box,color=red];
		j2411988590 -> j3018937783;
	j1516771939 [label="Pro tip: Save your birth date on something super important. You'll forget it in like... 500 years.",shape=box,color=red];
		j1516771939 -> j2297189774;
	j3018937783 [label="ugh.",shape=box,color=blue];
		j3018937783 -> "Chat ends.";
	j2297189774 [label="ooooh yeeeeaaah I'm not going to age now, am I? I'm going to keep having this same birthday over and over again",shape=box,color=blue];
		j2297189774 -> j1875668083;
	"Chat ends." [color=orange];
	j1875668083 [label="+20 Chemistry",color=orange];
		j1875668083 -> j3035479403;
	j3035479403 [label="that's. so. COOL.",shape=box,color=blue];
		j3035479403 -> "Chat ends.";
}