.instagram-media {margin: 0 auto !important;}


.widget ul li {
	border-bottom: 0.5px solid #ff4000;
	padding: 5px 10px;
	font-weight: bold;
  font-size: 18px;
}



img {
    margin: 30px auto;
	
	filter: drop-shadow(0 0 0.10rem #000);
}


.story-content-overlay__title 
{
	margin: 30px auto;
}






.comment-form #url{
 display:none;
}





table {
  border: 3px solid black;
  border-collapse: collapse;
	border-color: #00F7FF;
	
}
td, th {
   border: 1px solid #999;
}


	
  
.axial {
  
  border: 4px solid;
  border-image-slice: 3;
  border-width: 3px;
  border-radius: 20px;
  background-color: white;
  color: #ff4000;
  font-family:Georgia;
  font-weight:bold;
  padding: 5px 28px;
  font-size: 18px;
  cursor: pointer;
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  100%{
    filter: hue-rotate(-360deg)
  }
}


  
.work:hover {
  background: repeating-linear-gradient(-4deg, yellow 1.14%, white 14.28%, #00ffff 21.42%, yellow 28.56%);
  color: #fff;
  
}


 


.rank-math-list-item {
    border: 3px solid #D8D8CC;
    margin-bottom: 15px;
	padding: 15px 3px;
    background-color: #00FFFF;
}

.rank-math-answer {
    margin: 0;
    padding: 10px 5px;
    background-color: #FFFF00;
    font-size: 18px!important;
    line-height: 1.5!important;
    border-bottom: 2px solid #dedee0;
   
}













.mobaapps-author-box {
	padding: 3%;
	padding-bottom: 10px;
	margin-top: 10px;
	font-size: 18px;
	background-color: #00ffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    box-shadow: rgb(23 43 99 / 30%) 0 2px 10px;
    border-radius: 30px;
}

.mobaapps-author-box .moba-avatar {
	width: 250px;
	height: auto;
	border-radius: 100%;
	margin-right: 30px;
}
.mobaapps-author-box .moba-avatar img {
		border-radius: 100%;
	}
.author-title {
	margin-bottom: 0.1em;
	font-weight: 600;
	font-size:18px;
}
.author-description {
	line-height: 1.6em;
	font-size:16px;	
}
.author-links a {
	margin-top: -1.5em;
	font-size: 16px;
	line-height: 2em;
	float: left;
}
@media (max-width: 768px) {
	.mobaapps-author-box {
		padding: 10px;
		padding-bottom: 15px;
		margin-top: 60px;
		flex-direction: column;
		text-align: center;
	}
	.mobaapps-author-box .moba-avatar {
		margin-right: 0;
		width: 100%;
		margin-top: -90px; 
	}
	.mobaapps-author-box .moba-avatar img {
		max-width: 100px; 
	}
	.author-links a {
		float: none;
		align-self: center;
		font-size: 16px;
	}
	.author-description {
		margin-bottom: 5px;
	}
}

 




.kabir {

cursor: pointer;
font-weight: bold;
font-size: 17px;
background: #FFFB03;
color: #FF0040;
border: 3px solid #FF0040;
border-radius: 15px;
	margin-bottom: 5px;
	padding: 2px 10px;
}

.kabir:hover {
color: #EFFBFB;
background: linear-gradient(40deg, #2EFEF7, #FFFF00, #00ffff);
border: 3px solid #FF0040;



