        h1 {
        color: blue;
        text-align: center;
	padding: 8px;
        text-align: left;
        }
        
        h2 {
        background-color: green;
        color: white;
        padding: 8px;
        text-align: left;
        border-radius: 10px;
        }
        
        h3 {
        background-color: red;
        color: white;
        padding: 6px;
        
        text-align: right;
        border-radius: 10px;
        }
        
        h4 {
        background-color: purple;
        color: white;
        padding: 4px;
        text-align: center;
        border-radius: 10px;
        }
        h5 {
        background-color: yellow;
        color: black;
        padding: 2px;
        text-align: left;
        border-radius: 10px;
        }
        
        h6 {
        background-color: orange;
        color: black;
        padding: 1px;
        text-align: right;
        border-radius: 10px;
        }