Size is the size of an element, restricted to just 3 variations
pub type Size { Large Medium Small }
Large
Medium
Small
pub const default_size: Size
pub fn size_to_string(size: Size) -> String