body {
    color: #7f8c8d;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    background-color: #F5F5F6;
    padding: 0px;
    margin: 0px;
}

h1 {
	font-weight: 100;
	font-size: 70px;
	line-height: 70px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 200px;
	padding-bottom: 20px;
	/*background-color: #232755;*/
}

h2 {
	font-weight: 900;
	font-size: 20px;
	line-height: 25px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	width: 500px;
	background-color: white;
	height: 100vh;
	background-color: #EEE;
}

table {
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	margin-top: 20px;
}

.section {
	margin-top: 50px;
}

#footer {
	margin-top: 200px;
}

a {
	text-decoration: none;
	font-weight: 600;
}

a:link {
    color: #1320a9;
}

/* visited link */
a:visited {
    color: #1320a9;
}

/* mouse over link */
a:hover {
    color: #444;
}

/* selected link */
a:active {
    color: #444;
}