/* assets/css/style.css */
.jumbotron-buttons a.btn:hover,
.jumbotron-buttons a.btn:focus {
  opacity: 0.8; /* or whatever hover opacity you prefer */
  transition: none;
  transform: none;
  box-shadow: none;
}
