.main-content {
	 background-color : #f2f0ef;
		margin-top: 0px;
   min-height: 300px;
   padding-bottom: 0px;
   padding-top: 0px;
}
a {
  text-decoration: none;
}
.button-class {
    text-decoration: none !important;
}
a:hover {
  color: darkslateblue; /* Change the text color to green on hover */
}