@font-face {
	font-family: "IranSans";
	src: url('IranSans.woff')
}

* {
	font-family: "IranSans";
	color: rgb(0 0 0 / .75)
}

body {
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #ddd;
	direction: rtl
}

.wrapper {
	height: 90%;
	width: 90%;
	padding : 5%;
}

.landing-page {
	height: 90%;
	margin: 0;
	box-shadow: 0 0 8px 1px #ccc;
	background: #fafafa;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

svg {
	width: 50%;
	max-height: 225px;
	height: auto;
	margin: 0 0 15px
}

h1 {
	font-size: 17px;
	margin-top: 15px
}

p {
	font-size: 16px;
	width: 90%;
	margin: 16px auto 24px;
	text-align: justify;
	direction:rtl;
}

button {
	border-radius: 50px;
	padding: 8px 24px;
	font-size: 16px;
	cursor: pointer;
	background: #62ad9b;
	color: #fff;
	border: none;
	box-shadow: 0 4px 8px 0 #ccc
}