@import url(https://fonts.googleapis.com/css2?family=Inter&family=Noto+Sans+Tamil&display=swap);

.line,
.site-header,
.social-links,
.bottom {
  text-align: center;
}

body {
  padding: 0;
  margin: 0 auto;
  max-width: 850px;
  font-family: Inter, 'Noto Sans Tamil', sans-serif;
  background: #f9f9f9;
  font-size: 14px;
}

.line {
  background-color: #308bcf;
  color: #fff;
  background-image: url('img/header.gif');
  background-repeat: repeat-x;
  padding: 14px 10px;
  height: auto;
  font-size: 20px;
  margin-bottom: -2px;

}

.bottom {

  background-color: #fff2e4;
}

.line1 {

  color: #fff;
  background-image: url('img/header.gif');
  background-repeat: repeat-x;
  text-align: center;
  background-size: auto 80px;
  height: fit-content;


}



.site-title {
  font-size: 25px;
}

.subtitle {
  font-size: 12px;
}

.title1 {
  color: #308bcf;
  text-decoration: none;
}


.bottom {
  color: rgb(185, 108, 0);

}

.down-title {
  font-size: 1px;

}

.social-links {
  font-size: 15px;
}

.facebook-link {
  color: red;
  text-decoration: none;
}

.ads {
  color: black;
  font-size: 10px;


}



.ads,
.bottom,
.line,
.line1 {
  font-weight: 700;
  padding: 5px;
}

.trend {
  color: #171c20;
  font-weight: 500;
  font-size: 12px;
}

.line a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.line1 a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-right: 3px solid black;
  align-items: center;
  padding: 3px 8px;
}




@media only screen and (max-width: 500px) {


  .line1 a {
    font-size: 12px;
    height: 20px;


  }
}





@media only screen and (max-width: 500px) {


  .list1 {
    font-size: 13px;



  }
}