@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One');

@viewport {
    zoom: 1.0;
    width: extend-to-zoom;
}

body {
    background-color: #53B9FE;
    color: #000000;
}

h1 {
	margin: 0px;
}

h2 {
	margin: 0px;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 22pt;
	font-weight: normal;
}

p {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 14pt;
	text-align: justify;
	text-justify: inter-word;
	/*text-justify: inter-character;*/
}

section {
	color: #193a50;
	width: 430px;
	min-height: 300px;
	background: #ffffff;
	margin: 100px auto;
	padding: 10px;
	-webkit-box-shadow: 2px 0px 92px -13px rgba(0,0,0,0.35);
	-moz-box-shadow: 2px 0px 92px -13px rgba(0,0,0,0.35);
	box-shadow: 2px 0px 92px -13px rgba(0,0,0,0.35);
}

a {
	color: #193a50;
}
a:hover {
	color: #ff0000;
}
