@charset "utf-8";
/* CSS Document */

/* ================ */
/* Default settings */
/* ================ */

/* Reset the default */
body, div, ul, li, p, span, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;	
	outline: none;
}

a:link, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #2c2c70;
}

body {
/*	background: url(../images/bg_pattern_gradient_light_blue_to_white.jpg) repeat-x;
*/
	background: #090127;
	color: #20eaf1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: auto;
	width: 95%;
	min-width: 240pt;
	min-height: 600pt;	
	text-align: center;
	vertical-align: middle;
}

body #main-box {	
	font-size: 2rem;
	font-weight: bolder;
	font-family: 'Times New Roman', Times, serif;
}

body #main-box div {
	min-height: 300pt;	
	display: flex;
  align-items: center;
  justify-content: center;	
} 

