@font-face {
	font-family: "Vazirmatn";
	src: url("./fonts/Vazirmatn-Regular.woff2") format("woff2");
	font-weight: 400;
}

@font-face {
	font-family: "Vazirmatn";
	src: url("./fonts/Vazirmatn-Bold.woff2") format("woff2");
	font-weight: 700;
}

body {
	background-color: #212529;
	background: linear-gradient(30deg, #212529, #343a40);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	font-size: 17px;
	font-family: "Vazirmatn";
	width: 70svw;
	margin: 0 auto;
	user-select: none;
	scroll-behavior: smooth;
}

button {
	font-family: "Vazirmatn";
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px 0;
	background-color: #1864ab;
	color: white;
	outline: none;
	border: 0;
	width: 100%;
	border-radius: 10px;
	cursor: pointer;
}

a:link,
a:visited {
	color: #22b8cf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline dotted;
}

blockquote {
	margin: 20px 0;
	padding: 5px 20px;
	border: 1px solid #aaa;
	border-right: 10px solid #aaa;
	background-color: #2a2a2a;
}

h2 {
	text-align: center;
	margin: 0;
	border-top: 1px dashed #aaa;
	padding-top: 10px;
}

#header {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

#donation-pictures img {
	max-width: 100%;
	height: auto;
	filter: saturate(0.5);
}

#donation-pictures {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 10px;
	align-items: center;
	justify-items: center;
}
