body
{
	font-family: Georgia;
	text-align: center;
}

article
{
	border-radius : 15px;
	background-color: white;
	font-size: 25px;
	margin-top: 80px;
}

a
{
	font-size: 16px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	
}

h1
{
	background-color: #DC143C;
	font-size: 30px;
}

h2
{
	background-color: #FF0000;
	font-size: 30px;
}
