Bom dia, estou com duvida como faço para centralizar o texto, vejam meu código CSS.
body { font-family: "crimson text" serif; background-color:rgb(255,255,255); }
main h1,h2 { font-family: "open sans condensed", sans-serif; }
h1 { text-aling: center; background-color:rgb(133,25,68); color: rgb(255,255,255); }
p { text-aling: justify; }
O que há de errado? não consegui indentificar.