* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #F4F4F5;
	color: #000000;
	font-family: 'Roboto', sans-serif;
}

.section1 {
	vertical-align: bottom;
	align-items: center;
	text-align: center;
	padding: 5% 0 0 0;
}

.add-section {
	width: 600px;
	font-size: 14px;
	color: #353863;
	margin: 20px auto;
	line-height: 22px;
	font-weight: 400;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
	padding: 10px 0 6px 0px;
	
}

.add-section h4 {
	font-size: 20px;
	margin: 5px 0;
}

.coming-section {
	color: #0991CC;
	text-align: center;
	font-weight: 100;
	font-size: 30px;
	font-style: italic;
	font-family: 'Kaushan Script', cursive;
	padding-bottom: 0%;
	padding-top: 10px;
}

.copy-right {
	font-size: 14px;
	text-align: center;
	color: #353863;
	padding: 20px 0 0 0;
}