html,body {
	height: 100%;
	margin: 0;
	border: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
	width: 100%;
	height: 100%;
	font-family: "Rajdhani", sans-serif;
	font-size: 14px;
	line-height: 22px;
	min-width: 320px;
	-webkit-text-size-adjust: none;
	font-weight: 200;
	color: #fff;
}
a, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:focus {
	color: #fff;
	text-decoration: underline;
}
#panel {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
h1 {
	display: block;
	text-align: center;
	font-weight: 700;
	font-family: "Rajdhani", sans-serif;
	font-size: 120px;
	line-height: 120px;
	color: #ff3300;
	margin: 0;
	padding: 0;
	letter-spacing: -3px;
}
h1 span {
	color: #000;
	font-size: 36px;
	line-height: 36px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	font-family: "Rajdhani", sans-serif;
	font-weight: 600;
	letter-spacing: 14px;
	padding-left: 14px;
}
.rajdhani-semibold {
	font-family: "Rajdhani", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.rajdhani-bold {
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	font-style: normal;
}
p {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	color: #666;
	font-weight: 300;
	margin: 0;
	letter-spacing: 2px;
}
.rsp-wrp {
	display: block;
}
.picfit {
	width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
	h1 {
		font-size: 80px;
		line-height: 80px;
	}
	h1 span {
		font-size: 19px;
		line-height: 19px;
		letter-spacing: 12px;
	}
}