h1 {
    border: 2px solid #8888ff;
	border-radius: 18px;
	background: #ccccff;
	padding: 10px;
	text-align: center
}

h2 {
    border: 1px solid #8888ff;
	border-radius: 8px;
	background: #ccccff;
	padding: 7px;
	text-align: center
}

