html{
	box-sizing:border-box;
}
*, *:before, *:after{
	box-sizing:inherit;
}
body{
	background:#fff;
	font-family: sans-serif;
}
.content{
	text-align: center;
}
.content p{
	font-size: 35px;
	color: #2f5a94;
	margin: 10px 0 10px 0;
}
main{
	margin-top: 5%;
}
main img{
	width: 40%;
	height: auto;
	display: flex;
	margin: auto;
}
.content h1{
	color: #2f5a94;
	font-weight: bold;
	font-size: 60px;
	margin: 0;
    text-transform: uppercase;
}
.content h3{
	font-size: 18px;
	margin-top: 50px;
	color:#2f5a94 ;
}
.content h3 a{
	color: #0e5bc1;
}