@font-face {
	font-family: '29lt-bukra';
	src: url('29lt-bukra.ttf') format('truetype');
}

body {
	margin: 0;
	padding: 0;
	background-color: #111;
	color: #fff;
	font-family: '29lt-bukra', sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	text-align: center;
	direction: rtl;
}

img {
	width: 128px;
	margin-bottom: 20px;
}

input, button {
	font-family: '29lt-bukra', sans-serif;
	padding: 10px;
	margin: 5px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
}

button {
	background-color: #444;
	color: white;
	cursor: pointer;
}

button:hover {
	background-color: #666;
}
