body {
	background-color: #E4E0ED; }
	@font-face {
	font-family: font;
	src: url(font.otf);
}
body {font-family: "font", sans-serif}
body, html {height: 100%}
.bgimg {
  min-height: 100%;
  background-position: center;
  background-size: cover;
}
h1{
	color: #101533;
	text-align: center;
	font-size:50px; }
h2{
	color: #101533;
	font-size:100px;
	font-weight:bold; }
h3 {
	color: #101533;
	text-align: center;
	font-size:30px;}
img {
	width:100%; }
table {
	border:1px solid;
	border-color:#101533;
	border-radius:3px;
	width:100%; }
th {
	border:1px solid;
	border-color:#101533;
	border-radius:3px;
	width:50%; }
