html{
	font-family: "times", monospace;
	background-color: yellow;
	font-weight: bolder;
}
body{
	padding: 0pc;
	margin: 0pc;
}
a{
	font-size: 21px;
}
.title-cent{
	text-align: center;
	justify-content: center;
	align-items: center;
	text-decoration: underline;
	font-size: 78px;
}
.centerpoutn{
	text-align: center;
	font-weight: bolder;
	font-size: 23px;
	text-decoration: underline;
	font-style: italic;
}
.sub-cent-main{
	text-align: center;
	justify-content: center;
	align-items: center;
	text-decoration: underline;
	font-style: italic;
	font-weight: bolder;
	font-size: 19px;
}