* {
	-webkit-text-size-adjust: none;
}

body {
	background-image: url('dohabg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

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

h1, h2, p {
	font-family: 'Arial', sans-serif;
	text-align: center;
	background-color: white;
}

p {
	font-size: 14px;
}