body{
	margin-top: 10px ;
	font-family: font-family: 'Abril Fatface', cursive;
	font-size: 15px;
	line-height: 10px;
	margin: 0;
	background-color: #f2f4fb;
}
main{
	line-height: 20px;
	font-size: 12px;
	color: #05004e;
	width: 100%;
}
main img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
nav{
	margin-bottom: 10px;
	font-size: 20px;
	padding: 20px;
	text-align: center;
	margin-top: -50px;
}
nav a{
	color: #503bff;
	text-decoration: none;
	padding-right: 20px;	
}
nav a:hover{
	text-decoration: underline;
}
nav img{
	display: block;
}
#container{
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}
p{
	font-size: 20px;
	word-spacing: auto;
	line-height: 30px;
	color: #000000;
	font-family: font-family: 'Abril Fatface', cursive;
}

