/* Wasfa styles */
html {
	height: 100%;
	/* background: #F5B51B; */
	color: #000000;
}

body {
	min-height: -webkit-fill-available;
	margin: 3px;
	background: #163F58;
	padding: 50px 35px;
	/* box-shadow: 0 0 25px #F5B51B inset; */
}

.vh-centered {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

h1 {
	color: #F5B51B;
	font-size: 8vw;
	font-family: 'Wasfa', sans-serif;
	font-weight: normal; 
	font-style: normal;
	white-space: nowrap;
	line-height: 1;
}

@font-face {
    font-family: 'Wasfa';
    src: url('WasfaRegular.eot');
    src: url('WasfaRegular.eot?#iefix') format('embedded-opentype'),
        url('WasfaRegular.woff2') format('woff2'),
        url('WasfaRegular.woff') format('woff'),
        url('WasfaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}