font-face {
    font-family: 'BPGArialCaps2010';
    src: url('../fonts/BPG\ Arial\ Caps\ 2010.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.support-section {
    font-family: 'BPGArialCaps2010', sans-serif;
    text-align: center;
    padding: 40px 20px;
    background-color: #f9f9f900;
    border-top: 2px solid #ccc;
  }
  
  .support-section h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color:#075e54;
  }
  
  .supportText {
    font-family: 'BPGArialCaps2010', sans-serif;
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 20px;
    color:#075e54;
    
  }

  #support-btn {
    font-family: 'BPGArialCaps2010', sans-serif;
    background-color: #075e54;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 1.1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  #support-btn:hover {
    background-color: #064e45;
  }
  
  #support-count {
    margin-top: 20px;
    font-size: 1.1rem;
    font-weight: bold;
  }
  