body{
	overflow: hidden;
	margin: 0;
}
.maintenance-body {
	width: 100vw;
	height: 100vh;
	background: #3A3985;
    background: -webkit-linear-gradient(-45deg, #3A3985, #3499FF);
    background: -o-linear-gradient(-45deg, #3A3985, #3499FF);
    background: -moz-linear-gradient(-45deg, #3A3985, #3499FF);
    background: linear-gradient(-45deg, #3A3985, #3499FF);
}
.maintenance-container {
	display: grid;
	position: relative;
	width: 100%;
	height: 100%;
}
.maintenance-content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
}
.maintenance-header {
	font-family: Montserrat;
	font-size: 50px;
	font-weight: 900;
	line-height: 50px;
}
.maintenance-subHeader {
	font-family: Montserrat;
	font-size: 30px;
	font-weight: 300;
}
.maintenance-footer {
	font-family: Montserrat;
	position: absolute;
    bottom: 25px;
	font-size: 12px;
}
.common-share-style {
	display: flex;
	justify-content: center;
}