.stp_maintenance_mode {
	position:fixed;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.stp_maintenance_mode * {
	font-family: 'Lato', sans-serif !important;
}

.stp_maintenance_mode h1 {
	font-size: 4rem;
}
.stp_maintenance_mode p {
	font-size: 17px;
}