HDDEXXIYSNWW4GVAMKKSM5MBXUINEWR5PB4RDXSQPEHLKS2ITCFQC
U4QV4WLONQATENA324MPM3QGOGNMGBEPI3BBG76QHANRKAFGEQBAC
typedef pair<ElementType, string> Style;
typedef pair<ElementType, string> Element;typedef pair<string, string> Style;
typedef pair<ElementType, string> Element;
typedef pair<string, string> Style;
vector<Style> elements;
vector<Element> elements;
CssRule(Style style) :elements({style}) {}
CssRule(Element style) :elements({style}) {}