@charset "UTF-8";
body {
	background: #01319e ;
}

p {
	line-height: 1.8 ;
}

main {
	/*margin: 50vh auto 0;
	transform: translateY(-50%);*/
   
	padding: 70px 30px;
	color: #fff;
	text-align: center;
}

main img {
	margin-bottom: 15px;
}

.site-col {
	margin-bottom: 30px ;
}

.site-col img {
	margin-bottom: 10px ;
	 transition: 0.5s ;
}

.site-col img:hover {
	opacity: 0.8 ;
}

.site-col a {
	color: #9EEDFF ;
	font-size: 0.9rem ;
}

.site-col a:hover {
	color: #FFF ;
	text-decoration: none ;
}