html, body {
        height: 100%;
        margin: 0px;
}
.bg {
  width:50%;
  height: 100%;
  border-radius: 0 100% 100% 0;
  background-color: yellow;
}
.container{
	position: relative; 
	overflow: hidden; 
	width: 100%; 
	height: 100%; 
	background-color: #fbfbfb;	
}

.divider{
	position: absolute; 
	right:0; 
	top:-50vh;
	width: 70%; 
	height: 200%; 
	border-radius: 100% 0 0 100%; 
	background-color: #ebf0f3;
}
.topbar{
	position: absolute; 
	left:10%; 
	top: 10%; 
	width : 80%; 
	overflow: hidden; 
	height: 100px; 
	background-color: white;
	border-radius: 50px 50px 50px 50px;
	display: flex; 
	justify-content: space-between; 
	align-items:center
}
.logo{
	padding-left:50px
}
.spacer{
	padding-right: 35px; 
	background-color: white
}

.submitbutton{
	padding-right: 20px; 
	padding-left: 20px; 
	width:200px; 
	background-color: #9dd3d4; 
	border-radius: 35px 35px 35px 35px;
	display: flex; 
	flex-direction: column; 
	height:70px;
	align-items:center;
	justify-content:center; 
	align-items:stretch
}
.submitbutton2{
	margin-top: 50px;
	padding-right: 20px; 
	padding-left: 20px; 
	width:250px; 
	background-color: black; 
	border-radius: 25px 25px 25px 25px;
	display: flex; 
	flex-direction: column; 
	height:50px;
	align-items:center;
	justify-content:center; 
	align-items:stretch
}
.submitbuttontextlink{
	color: #00283e;
	text-decoration: none;
}
.submitbuttontextlink2{
	text-decoration: none;
}

.submitbuttontext{
	width:100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align:center
}
.submitbuttontext2{
	width:100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:white;
	text-align:center
}

.textbox{
	position: relative; 
	left:30%;
	top: 30%; 
	width : 35%; 
	overflow: hidden; 
	display: flex; 
	flex-direction:column; 
	justify-content:center;
	align-items:center;
}

.titleparagraph{
	width:100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5em;
	text-align:center
}

.text-paragraph{
	width:100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#5e7886;
	text-align:center;
	line-height: 1.8
}