body
{
	background-color: #EEEEEE;
	width: 730px;
	margin: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 10px;
	background-image: url(https://www.fg-a.com/wallpapers/2018-quatrefoil-background-white.jpg);
	background-attachment: fixed;
	font-family: Verdana, Geneva, sans-serif;
}

h1
{
	text-align: center;
	color: #779ecb;
	font-weight: bold;
	font-size: 48px;
}

h2
{
	text-align: left;
	font-size: 23px;
}

h3
{
	text-align: left;
	font-size: 18px;
}

.color
{
	color: #3895D3;
}

.center
{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}