p {
	font-family: 'Pangolin', cursive;
	text-align: justify;
}
body {
	background-color: #2881E5;
}
.first-square, .second-square, .third-square, .fourth-square {
	width: 50%;
	float: left;
	height: 370px;
}

.first-square p {
	padding-left: 3%; 
	padding-right: 3%;
	line-height: 25px;
	font-size: 18px;
}
.first-square h1 {
	padding-left: 3%; 
	padding-right: 3%;
	font-size: 40px;
	margin-top: 1%;
}
.second-square p {
	padding-left: 3%; 
	padding-right: 3%;
	line-height: 25px;
	color: #2881E5;
}
.second-square h2 {
	padding-left: 3%; 
	padding-right: 3%;
	font-size: 30px;
	color: #2881E5;
	margin-top: 1%;
}
.second-square {
	background-color: white;
}
.third-square p {
	padding-left: 3%; 
	padding-right: 3%;
	line-height: 25px;
	color: #2881E5;
}
.third-square h2 {
	padding-left: 3%; 
	padding-right: 3%;
	font-size: 30px;
	color: #2881E5;
	margin-top: 1%;
}
.third-square {
	background-color: white;
}
.fourth-square p {
	padding-left: 3%; 
	padding-right: 3%;
	line-height: 25px;
}
.fourth-square h2 {
	padding-left: 3%; 
	padding-right: 3%;
	font-size: 30px;
	margin-top: 1%;
}
.fifth-square {
	padding-top: 2%;
	width: 100%;
}
.fifth-square h2 {
	text-align: center;
	font-size: 30px;
}
.fifth-square p {
	text-align: justify;
}
a {
	color: #00CEF5;
}
a:hover {
	text-decoration: none;
}
nav {
	height: 50px;
	width: 100%;
	display: none;
}
nav ul {
	text-align: center;
	padding-left: 0;
}
nav li {
	display: inline-block;
	padding-left: 3%;
	font-family: 'Pangolin', cursive;
}
