.maintenance-page {
	text-align: center;
	width: 100%;
	color: #fff;
	height: 100vh;
  background:
    -webkit-linear-gradient(65deg, hsla(355.47, 62.6%, 53.88%, 1) 10%, hsla(355.47, 62.6%, 53.88%, 0) 80%),
    -webkit-linear-gradient(135deg, hsla(56.6, 96.56%, 45.38%, 1) 15%, hsla(56.6, 96.56%, 45.38%, 0) 80%),
    -webkit-linear-gradient(205deg, hsla(133.58, 92.55%, 43.21%, 1) 100%, hsla(133.58, 92.55%, 43.21%, 0) 70%);
  background:
    linear-gradient(25deg, hsla(355.47, 62.6%, 53.88%, 1) 10%, hsla(355.47, 62.6%, 53.88%, 0) 80%),
    linear-gradient(315deg, hsla(56.6, 96.56%, 45.38%, 1) 15%, hsla(56.6, 96.56%, 45.38%, 0) 80%),
    linear-gradient(245deg, hsla(133.58, 92.55%, 43.21%, 1) 100%, hsla(133.58, 92.55%, 43.21%, 0) 70%);
}

.maintenance-page img {
	padding-top: 100px;
	width: 300px;
}

.maintenance-page h2 {
	text-transform: uppercase;
}

.maintenance-page h3 {
	text-transform: uppercase;
}

.maintenance-page h4 {
	font-weight: normal;
}

.maintenance-page #countdown {
	margin-top: 50px;
}

.maintenance-page span.item {
	background-color: #fff;
	width: 100px;
	height: 100px;
	color: #000;
	font-size: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	display: inline-block;
	margin: 0 10px;
	font-weight: bold;
}