I am trying to include a chemical reaction from the chemfig package into this picture of a cloud using the following code:
\documentclass{amsart}
\usepackage{chemfig}
\usepackage{tikz}
\usetikzlibrary{shapes}
\begin{tikzpicture}
\node [cloud, draw,cloud puffs=10,cloud puff arc=120, aspect=2, inner ysep=2em] {
\schemestart
A + B \arrow C
\schemestop
};
\end{tikzpicture}
I keep getting an error saying
"Dimension too large". I have tried increasing the size of the cloud, using \tiny to reduce the size of the reaction, and nothing works, I keep getting the same error. Any help is appreciated.

ReactionBoxTwoand using\usebox\ReactionBox\vspace\usebox\ReactionBoxTwobut it gives me an error. – John Miller Oct 19 '18 at 20:12align=centerto the node options and then have\usebox\ReactionBox\\ \usebox\ReactionBoxTwoinside the curly brackets of the node. An arguably cleaner way is to put both reactions in one savebox, and use this in the node. – Oct 19 '18 at 20:22align=centeroption but still do not get the correct result. I will go ahead and make a separate question. – John Miller Oct 19 '18 at 20:38