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