* { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html, body {
	height: 100%;
	width: 100%;
}
body {
    background-color: #061f3d;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 18pt;
	font-weight: 300;
	line-height: 1.5em;
    padding: 2% 4%;   
	display: flex; 
	word-wrap:break-word;
}  
article {
	overflow: hidden;
	margin: auto;
	max-width: 900px;
	padding: 0 2%;
	text-align: center;
}
h1 {
	margin: 100px 0 50px;

}
h1 span {
	font-size: 40px;

}

img {
	max-width: 100%;
	height: auto;
}
.logo {
	width: 200px;
}

h2 {
	font-size: 20px;
	margin: 120px 0 0;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: block;
	line-height: 40px;
	background: #ffee00;
	width: 230px;
	font-size: 16px;
	margin: 50px auto 70px;
	font-weight: bold;
}
a:hover { 
    color: #061f3d;
	background: #fff;
}
