body{
	background-color: black;
	color: white;
}
h1{
	padding-top: 20px;
}
.introduction{
	font-size: large;
	font-weight: 300;
}
.note{
	font-size: medium;
	font-weight: 200;
}
.members{
	font-size: smaller;
	font-weight: 100;
}
.smallTitle{
	z-index: 100;
	padding-top: 50px;
	font-weight: bold;
	text-align: center;
}
.application{
	z-index: 90;
	margin: 10px;
	height: 80vh;
	border: none;    
	filter: drop-shadow(0 0 4rem #10253f);
	width: 100%;
}
.homeSim{
	width: 100%;
	height: 90vh;
	border: none;
	margin-top: 5vh;
}
a, h5{
	text-align: center;
	color: white;
	font-weight: 200;
	width: 100%;
}