body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #a1a1a1;
	background-color: #fff;
	height: 100vh;
	width: 500px;
	max-width: 90vw;
	margin: 0 auto;
	overflow: hidden;
	top: 20%;
	position: relative;
	text-align: center;
}
.adjust {
	margin-top: 30px;
}
b,
h1 {
	color: #000;
}
.text-center {
	text-align: center;
}
#maint-image {
	max-width: 100%;
	pointer-events: none;
}
