@font-face {
	font-family: "Yekan Bakh";
	font-style: normal;
	font-weight: 100;
	src: url('Fonts/woff/YekanBakh-thin.woff') format('woff'),   
	url('Fonts/woff2/YekanBakh-thin.woff2') format('woff2');		
}

@font-face {
	font-family: "Yekan Bakh";
	font-style: normal;
	font-weight: 300;
	src: url('Fonts/woff/YekanBakh-Light.woff') format('woff'),   
	url('Fonts/woff2/YekanBakh-Light.woff2') format('woff2');	
}

@font-face {
	font-family: "Yekan Bakh";
	font-style: normal;
	font-weight: normal;
	src: url('Fonts/woff/YekanBakh-Regular.woff') format('woff'),   
	url('Fonts/woff2/YekanBakh-Regular.woff2') format('woff2');		 
}

@font-face {
	font-family: "Yekan Bakh";
	font-style: normal;
	font-weight: 600;
	src: url('Fonts/woff/YekanBakh-SemiBold.woff') format('woff'),   
	url('Fonts/woff2/YekanBakh-SemiBold.woff2') format('woff2');		 
}

@font-face {
	font-family: "Yekan Bakh";
	font-style: normal;
	font-weight: bold;
	src: url('Fonts/woff/YekanBakh-Bold.woff') format('woff'),   
	url('Fonts/woff2/YekanBakh-Bold.woff2') format('woff2'); 
}

@font-face {
	font-family: "Yekan Bakh";
	font-style: normal;
	font-weight: 800;
	src: url('Fonts/woff/YekanBakh-ExtraBold.woff') format('woff'),   
	url('Fonts/woff2/YekanBakh-ExtraBold.woff2') format('woff2');		 
}

@font-face {
	font-family: "Yekan Bakh";
	font-style: normal;
	font-weight: 900;
	src: url('Fonts/woff/YekanBakh-Black.woff') format('woff'),   
	url('Fonts/woff2/YekanBakh-Black.woff2') format('woff2');		 
}

@font-face {
	font-family: "Yekan Bakh";
	font-style: normal;
	font-weight: 950;
	src: url('Fonts/woff/YekanBakh-ExtraBlack.woff') format('woff'),   
	url('Fonts/woff2/YekanBakh-ExtraBlack.woff2') format('woff2');		 
}
* {
    font-family: "Yekan Bakh";
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
body {
    background-color: #171b23;
}
.container {
    direction: rtl;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0px 30px;
}
img {
    max-height: 50%;
    max-width: 90%;
}
h1 {
    margin-top: 50px;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
}
p {
    margin-top: 10px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}