Untitled
* { font-family: Cambria, serif; text-align: center; } header, footer { background-color: rgb(120, 0, 46); color: white; padding: 5px; font-size: 150%; } #menu { background-color: rgb(173, 20, 87); text-align: center; } article { background-color: snow; color: olivedrab; width: 60%; text-align: left; } aside { background-color: rgb(173, 20, 87); width: 40%; height: 322px; } body { margin: 0; }