@font-face {
  font-family: Baloo;
  src: url(Baloo2-Medium.ttf);
}

@font-face {
  font-family: Noto;
  src: url(NotoSans-Regular.ttf);
}

.bodyclass{
	background-color:black;
	margin:0;
	font-family: Noto;
}

.SplashImageDiv{
	background-image: url("FaceBackgroundNice.png");
	background-position: center, center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align:center;
	width: 100%;
}

.SplashImage{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 70vh;
	
}

.mainSpacer{
	
	display: inline-block; 
	vertical-align: top; 
	background-color: pink;
}

.LowerDiv{
	display: flex;
	justify-content: center;
	background-color: #fedc01;
}
.contentDiv{
	background-color:white;
	width: 640px;
	display: inline-block; 
	vertical-align: top; 
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px 30px;
	border-radius:20px;
	margin-top: -10px;
	margin-bottom: -10px;
}

.FinePrint{
	font-size: 10px;
}

.Footer{
	padding-top:20px;
	
	color: white;
	text-align:center;
	margin-bottom:0px;
}

.SuperButton{
	width: 100%;
	font-family:Baloo;
	font-size: 32px;
	
	color:#00a55f;
	border-color: #00A55f;
	background-color:white;
	border-radius:10px;
	border: 4px solid;
}

h1{
	font-family: Baloo;
}

h2{
	font-family: Baloo;
}