@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: normal;
	src: url('../font/RaviFaNum-Regular.woff') format('woff');
}

@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: bold;
	src: url('../font/RaviFaNum-Bold.woff') format('woff');
}

@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: 950;
	src: url('../font/RaviFaNum-ExtraBlack.woff') format('woff');
}

body {
  font-family: Ravi;
  font-size: 18px;
  color: #000;
  background: #fff;
  font-weight: normal;
}
.container ul {
	padding: 0;
	row-gap: 20px;
	column-gap: 20px;
	margin: 20px 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.container ul li {
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 40px 0 rgb(119 132 157 / .2);
}
.container ul li a {
	color: #000 !important;
	text-decoration: none !important;
}
#header-container {
	top: 0;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 10px;
	margin-bottom: 15px;
	max-width: 520px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0 0 40px 0 rgb(119 132 157 / .2);
}
#header-container a {
	color: #000;
	text-decoration: none !important;
	font-size: 16px;
}
nav a.home {
	font-weight: bold !important;
}
nav a.support {
	float: left;
	color: #fff !important;
	padding: 5px 12px;
	font-size: 12px !important;
	background: #000;
	border-radius: 5px;
}
.container {
  padding: 15px;
  margin: 0 auto;
  max-width: 520px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 40px 0 rgb(119 132 157 / .2);
}
.ads {
	max-width: 520px;
	margin: 20px auto;
}
.tools .mode {
	margin-bottom: 10px;
}
.tools input {
	height: 35px;
	margin: 5px;
	padding-right: 15px;
	border-radius: 6px;
	font-family: Ravi !important;
	border: 1px solid #e0e0e0 !important;
}
.tools button {
	font-family: Ravi !important;
	background: #000 !important;
	color: #fff !important;
	padding: 10px 12px;
	border-radius: 6px;
	border: none !important;
	margin: 10px;
}
.tools .result {
	padding: 10px;
	background: #e0f9cd;
	color: #66cb17;
	margin: 20px 0;
}
.tools .content {
	margin-top: 40px;
}

@media screen and (max-width:1280px) {
	#header-container {
		width: 100% !important;
	}
	.container {
		width: 100% !important;
	}
	.ads {
		width: 100% !important;
	}
	.container ul {
		grid-template-columns: 1fr;
	}
}
