
/* styles.css */
body {
  font-family: Arial, sans-serif;
  background-color: white;
}

.container .row {
  margin-bottom: 20px;
}

.logo img {
  max-height: 100px;
  width: auto;
}

.main-heading {
  font-size: 24px;
  font-weight: bold;
  color: navy;
  margin-bottom: 10px;
}

.sub-heading {
  font-size: 18px;
  color: navy;
  margin-bottom: 15px;
}

.address {
  font-size: 16px;
  color:  navy;
}

.address a {
  color: #1a73e8;
  text-decoration: none;
}

.address a:hover {
  text-decoration: underline;
}

.hrcls {
  border-top: 2px solid #200e86;
}
.h1{
    color:red;
}