digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"AmirBirthdayConvo3 begins." [color=orange];
		"AmirBirthdayConvo3 begins." -> j487224122;
		"AmirBirthdayConvo3 begins." -> j611933380;
	j487224122 [label="Hi, Amir. Happy birthday. Bleep bloop or whatever.",shape=box,color=red];
		j487224122 -> j1279694539;
	j611933380 [label="GREETINGS AMIR CONGRATULATIONS ON THE ANNIVERSARY OF YOUR COMMENCEMENT OF EXISTENCE",shape=box,color=red];
		j611933380 -> j490817805;
	j1279694539 [label="amir is not here right now this is a clever firewall program amir wrote to filter out insincere birthday wishes oh look there’s one",shape=box,color=blue];
		j1279694539 -> "Chat ends.";
	j490817805 [label="+20 Chemistry",color=orange];
		j490817805 -> j3336070013;
	"Chat ends." [color=orange];
	j3336070013 [label="CULTURALLY APPROPRIATE STATEMENT OF PROFOUND THANKS AND FOND APPRECIATION",shape=box,color=blue];
		j3336070013 -> "Chat ends.";
}