* {
	margin: 0;
	padding: 0;
}

body{
	color:#FFF;

	background: radial-gradient(
		circle at center top,
		rgba(10, 30, 50, 0.85) 0%,
		rgba(10, 30, 50, 1) 60%,
		#112231 100%
	);
	font-size: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	height:100%;
	height:100vh;
	min-height:300px;
}
a {
	text-decoration:underline;
	outline:none;
	color:#1D4E66;
}

a:hover{
	border-bottom:1px dashed transparent;
	text-decoration:none;
	color:#225877;
}
#page{
	width:725px;
	margin:20px auto;
	margin-top: 210px;
	height: auto;
	left: 0;
	right: 0;
}


#content {
	position: relative;
	display: flex;
	gap:3rem;
	justify-content: center;
	align-items: center;
	width:100%;
	max-width: 745px;
	margin: 0 auto;
	padding-bottom:10vw;
}

#logo{

}

#container{
	position: relative;
	padding:3rem;
	border-left: 2px rgba(255,255,255,0.7) solid;
}

#container p img{
	margin:-15px 20px 0 0;
}

h2 {
	text-align: left;
	font-weight: 200;
	font-size: 40px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

h3 {
	text-align: left;
	margin-bottom: 5px;
	font-weight: 300;
	font-size: 20px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.clear {
  clear:both;
}
#footer {
	position: relative;
	display: block;
	left: 0;
	right: 0;
	bottom: 20px;
	color:#225877;
	text-align: center;
	width: 600px;
	height: 20px;
	margin: 0 auto;
	font-size: 18px;
	line-height:1.5;
	font-weight: 300;
	padding-top:25px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
        color:#FFF;
        text-align:center
}
#footer p {
	margin-bottom:5px;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
#footer span {display:block;font-size:14px;}
.news {
  clear:both;
  border-top:1px solid #123544;
  border-bottom:1px solid #123544;
  padding:10px 0;
  margin:25px 0;
  display:block;
}
.news h4 {
  text-align:center !important;
}
