html, body {
    border: 0;
}

body, button, input, label, select, td, textarea {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.header-left {
	position: fixed; 
	width: 100%;
	height: 10vh;
    left: 2vh;
    top: 15px;
	margin-left: 0%;
	margin-top: 0%;
}

.header-right {
	position: fixed; 
	text-align: right;
	width: 100%;
	height: 10vh;
    left: -2vh;
    top: 15px;
	margin-left: 0%;
	margin-top: 0%;
}

body {
    background: #e0e0db;
    color: #1c1e21;
    margin: 0;
    padding: 0;
	width: 100%;
	height: auto;
}

footer {
	margin-top: 170vh;
	position: absolute;
	height: 20vh;
	width: 100%;
	background-color: black;
	z-index: 40;
  }
  
.div1 {
	margin-top: 0;
	background: inherit;
	position: absolute; 
	width: 100%;
	height: 90vh;
	margin-top: 10vh;
	z-index: 40;
}

.div2 {
	margin-top: 90vh;
	background: #e0e0db;
	position: absolute; 
	width: 100%;
	height: 80vh;
	z-index: 40;
}

h1 {
	font-family: Segoe UI;
	font-size: 20px;
}

h2 {
	font-family: Segoe UI;
	font-size: 18px;
}

h3 {
	font-family: Segoe UI;
	font-size: 16px;
}

h4 {
	font-family: Segoe UI;
	font-size: 14px;
}

p {
	font-family: Segoe UI;
	font-size: 12px;
	color: #fff;
}

h15 {
	font-family: Segoe UI;
	font-size: 30px;
}

a:link {
	color: black;
	text-decoration: none;
	font-family: Segoe UI;
	font-size: 30px;
}

a:hover {
	background-color: #cccccc;
}

a:visited {
	background-color: black;
  }

  
.gap {
	display: inline-block;
	width: 1vh;
  }
  