body{
		background-color: lightblue;
}
h1{
	color: red;
	text-align:center;
	border-style: dotted;
	border-radius:5px;
}
h2{
	text-align:center;
}
ul{
	text-align:center;
	list-style-type:none;
	margin: 0;
	padding: 0;
}
section {
	text-align:center;
}
header{
	font-size: 25px;
	color:red;
}