@import "style2.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

html, body{
	margin: 0;
	height: 100%;
	background-color: white;
	font-family: 'Open Sans', sans-serif;	
	color: black;
	}
	
#blank {
	background-color: black;
	margin: 0;
	height: 100%;
	width: 100%;
}

.blah {
	margin-top: 20%;
	text-align: center;
	font-weight: bold;
}

#topbanner {
	overflow: hidden;
	width: 60%;
	padding-left: 20%;
	padding-right: 20%;
		
	background-color: black;
}

.banner {
	text-align: center;
	font-weight: bold;
	background-color: black;
	color: white;
}

.black {
	background-color: black;	
	color: white;
}

#container {
	background-color: white;
	padding: 1% 20% 1% 20%;
}


.row {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

/* class for justified figures */
.justify {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.column {
  flex: 50%;

}
