 h1 {
 color: red;
 font-size: 2em;
 }

 h2 {
 color: green;
font-size: 12pt;
font-family: Arial, Helvetica, Verdana;
font-style: italic;
font-weight: Bolder;
 text-decoration: none;
 }

html {
   background: #ddd; /* kolor tła */
   color: black; /* kolor tekstu */
   padding: 20px; /* marginesy wewnętrzne */
   font-family: Verdana, Helvetica, sans-serif; /* krój pisma */
}



