 body {
	margin: 0px;
	padding: 0px;
	color: lightslategray;
	/* background-color: #f0f4ec;*/
	background-color: transparent;
	/* background-image: linear-gradient(#F2FFF8, #f0f4ec);	
	background-attachment: fixed; */
 }
 
 div.main {		
	height: 98vh;
	width: 99vw;
	
	/* FLEX OPTIONS */
	display: flex;	
	flex-direction: column;	
	flex: 1;
 }
 
 div.vert {
	/* border: 5px solid cadetblue;*/
	
	/* FLEX */
	display: flex;	
 }
 
 div.box1 {		
	justify-content: center;
	align-items: center; 
 }
 
 .box1 > div {	
	width: 100px;
	padding: 10px;	
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;	
 }
 
 div.box2 {		
	justify-content: center;
	
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: center;	
 }
 
.box2 > div {
	padding: 10px;
}

.box3 > td {
	color: lightslategray;
}

.pointer > div {
	width: 100px;
	border: 1px solid black;
	color: white;
	background-color: black;
}

.logo_container {
	padding-top: 20px;	
}

.box2 > input {
	height: 20px;
}