@import url('https://fonts.googleapis.com/css2?family=Inter&family=Noto+Sans+Tamil&display=swap');

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Inter, 'Noto Sans Tamil', sans-serif;
  background: #f9f9f9;
  font-size: 14px;
}



.line {
  background-color: #00569b;
  color: white;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.linee {
  background-color: #003c6c;
  color: white;
  padding: 1px 0;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}



/* RUNNING TEXT SECTION */
.rutx {
  width: 100%;
  background-color: #003c6c;
  text-align: center;
  font-size: 10px;
}

/* FOOTER */
.bottom {
  background-color: #003c6c;
  color: rgb(185,108,0);
  padding: 10px 0;
  margin-top:-10px;
  text-align: center;
}

/* LINKS */
.line a, .line1 a {
  color: #fff;
  text-decoration: none;
  padding: 3px 8px;
}

.line1 a {
  border-right: 2px solid rgba(0,0,0,0.3);

}

.titles{
  text-decoration: none;
}


/* Responsive */
@media (max-width: 500px) {
  .line1 a { font-size: 12px; }
  .list1 { font-size: 13px; }
}