	


@import url('https://fonts.cdnfonts.com/css/revue-bt');
@import url('https://fonts.googleapis.com/css2?family=Akaya+Telivigala&family=Anek+Telugu:wght@100..800&family=Chathura:wght@100;300;400;700;800&family=Dhurjati&family=Ponnala&family=Timmana&display=swap');
	
.anekfontorgbg{ 
      color:#000066;
      font-size:20px;
      font-family: 'Anek Telugu', sans-serif;
      background-color:#f39c12;
      padding:10px; 
	  }
.anekfont{
font-size:20px;
      font-family: 'Anek Telugu', sans-serif;
      padding:10px; 
}
.baumans-regular {
  font-family: "Baumans", system-ui;
  font-weight: 400;
  font-style: normal;
}


body {
      font-family: "Baumans", system-ui;
      background: #FFFFFF;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100vh
    }
    
h1 {
      text-align: center;
    }
.search-box {
      text-align: center;
      margin-bottom: 30px;
    }
input[type="text"] {
      width: 60%;
      padding: 10px;
      font-size: 18px;
    }
input[type="submit"] {
      padding: 10px 20px;
      font-size: 18px;
      cursor: pointer;
    }
.results {
      margin-top: 30px;
    }
    
.tags a{
	color: green;
	
    padding: 0px;
    border-radius: 0px;
    text-align: center;
	text-decoration:none;
	
	}
.sm img {
	    
	    width:25px;
	}
	
	
.links a{
	color: white ;
	font-weight: bold; 
	background: #9F2B68;
	padding: 10px;
    border-radius: 5px;
    text-align: center;
	text-decoration:none;
	

}
/* mouse over link */
.links a:hover{
color:white;
background:orange;
}


/* visited link */
.links a:visited {
  color: green;
  background:yellow;
}




/* selected link */
.links a:active {
  color: yellow;
  background:blue;
}
.links td{
font-weight: bold;    
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; 
}


.nav li {
  float: left;
}

.nav li a {
  display: block;
  padding: 8px;
  background-color: #dddddd;
}
.partners {
    text-align:left ;
    color:#66007c;
    font-weight:bold;
    
}
.partners img{
    padding:10px;
    border:1px solid #c1c1c1;
    border-radius:15px 15px 15px 15px ;
    
}
  
