<style>
  .saasgrid-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #3C3C3C; /* Background color used on the website */
    color: #ffffff; /* White text color */
    text-decoration: none;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    transition: background-color 0.3s ease-in-out;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .saasgrid-button:hover {
    background-color: #0D4D7E; /* Change the background color on hover to match the website */
  }
</style>
