@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
	font-family: 'Roboto', sans-serif;
	background: #fff;
	font-size: 18px;
}
p a{text-decoration: underline;font-weight:bold;}
ol li a{text-decoration: underline;}
.italic-text{font-style:italic;     font-size: .875rem;}
.main-btn-bg{border-color: rgb(191,64,66);
    background: rgb(204,0,3);
    color: rgba(255,255,255,1);
    text-shadow: 0 1px 0 rgb(0 0 0 / 50%); text-decoration:none;    font-size:  1.6875rem !important;background: linear-gradient(rgb(255,0,4),rgb(204,0,3));}
a:hover {
	text-decoration: none;
}
h1 a {
	color: #000;
	font-weight: bold;
}
h2 a {
	color: #000;
	font-weight: bold;
}
.top-iamges p img {
	float: right;
	width: 50%;
	height: auto;
}
.button-main {
	width: 100%;
	text-align: center;
}
.button-main ul {
	list-style: none;
	padding: 0px;
}
.button-main ul li {
	display: inline-block;
	width: 47%;
	margin: 1%;
	overflow: hidden;
}
.button-main ul li a {
	display: block;
	border-color: rgb(191, 118, 64);
	background: rgb(204, 86, 0);
	color: rgba(255, 255, 255, 1);
	text-shadow: 0 1px 0 rgb(0 0 0 / 50%);
	font-weight: 700;
	padding: 7px;
}
.button-main ul li a img {
	max-width: 100%;
	max-height: 100px;
	height: 100%;
}
footer {
	font-size: 16px;
}
.btn {
	font-size: 20px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.button-main ul li a {
		display: block;
		min-height: auto;
		max-height: 100px;
		line-height: normal;
		color: #fff;
		font-weight: 700;
	}
	.button-main ul {
		list-style: none;
		padding: 0px;
	}
	.h1, h1 {
		font-size: 1.8rem;
	}
	.h2, h2 {
		font-size: 1.4rem;
	}
	.top-iamges p img {
		float: none;
		width: 100%;
		height: auto;
	}
}
.popdsa {
	animation: button-section 1s ease-out infinite;
}
@keyframes button-section {
	0% {
		transform: scale(0.8, 0.8);
	}
	50% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(0.8, 0.8);
	}
}