body{
  background-color: #d9d9d9;
}

h2 {
  font-family: "Playfair Display", serif;
  color: #004d99;
}

.govt { 
  font-size: 22px; 
  color: #004d99; 
}

.main_div label { 
  font-family: "Source Sans 3", sans-serif; 
  font-size: 14px; 
}

.main_div .btn { 
  font-family: "Source Sans 3", sans-serif; 
  font-size: 14px; 
}

.main_div .btn:hover { 
  background-color: #0059b3; 
  border: 1px solid #0059b3; 
}

.main_div form { 
  border-radius: 16px; 
}

.main_view .table tr td{
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
}

.main_view h5{
  font-family: "Playfair Display", serif;
  font-size: 19px; 
  color: #004d99;
}

.main_view a{
  text-decoration: none;
}