.btn-custom {
    background-color: white;
    color: #c1272d;
    padding: 10px 60px;
    border: none;
    transition: background-color 0.3s ease;
    border-radius: 0.25rem;
    text-decoration: none; }
    .btn-custom:hover {
      background-color: #989898;
      text-decoration: none; }
  
  .heading-underline {
    width: 20%;
    /* Adjust width as needed */
    margin: 0 auto;
    /* Centers the line */
    border-top: 4px solid #c1272d;
    /* Sets the thickness and color of the line */ }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }