Theme
type align = [
| `start
| `center
| `end_
]
type justify = [
| `around
| `between
| `evenly
module Media : sig ... end
module Color : sig ... end
val text : string -> string
val background : string -> string
val hover : string list -> string