


.custom-button {
  background-color: #506c76; 
  color: #fff;
  padding: 10px 20px;
  border-radius: 0; 
  font-size: 18px ;
  margin:5px;
}

.custom-button a:visited {
  color: #fff;
}
.custom-button:hover {
  background-color: #658894;
  color: #fff;
}

