body{
	background: #172D2C!important;
	color: white!important;
}

h1{
	font-size: 4rem!important;
	font-weight: bold;
}
.bodydiv{
padding-left: 20px;
padding-right: 20px;
}

.btn{
	font-size: 30px;
	border-radius:22px;
	font-weight: 500;
}
.form-control{
	font-size: 30px;
	border-radius:22px;
	font-weight: 500;
}
a{
	color: white;
	text-decoration: none;
}