/**
 * @file
 * Use this CSS file to override components CSS rules
 */
.footermain a {
  text-decoration: none; 
  font-size: 0.9rem;
    
}

.para {
    text-align: justify ;
}
.view-more {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 12px;
  font-size: 0.9rem;
  color: #fff;
  background-color: #4CAF50;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.view-more:hover {
  background-color: #e53935;
  text-decoration: none;
  color: #ffffff;
}

.mainpara {
    padding: 5px;
    margin: 2px;
}