
body{
	background: url('texture.jpeg') repeat;
}

div{
	text-align: center;
}

h1{
	font-weight: bold;
	color: #133855;
	text-align: center;
	text-transform: uppercase;
	font-family: "Arial", sans-serif;
	font-size: 25px;
}

p{
	color: #133855;
	font-family: "Arial", sans-serif;
	font-size: 18px;
	text-align: center;
}

img{
	display: inline-block;
}

.logo{
	margin-top: 200px;
}