h1 Header

h2 Header

Grouping selectors

h1, h2 {
   text-align: center;
   color: red;
}
h1 {
   font-style: italic;
}