@font-face {
    font-family: Heebo;
    src: url(../Heebo-VariableFont_wght.ttf);
  }
  
  .background {
    font-family: Heebo;
    background-image: url("../Splash_Page_Background.webp");
    height: 100vh;
    width: 100vw;
    background-size: contain;
  }
  
  .message-container {
    background-color: #050e2f !important;
    color: #feffff;
    width: 80vw;
    height: 50vh;
    border-radius: 30px;
  }
  
  .message-placeholder {
    padding-top: 25px;
  }
  
  .center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
  }
  
  .message-title {
    font-size: 30px;
    font-weight: 200;
  }
  
  .subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 200;
  }
  
  .select-program {
    padding: 6px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    max-width: 300px;
  }
  
  .debit-program,
  .program-policy {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .program-policy {
    width: 300px;
    height: 20px;
  }
  
  .program-policy-link {
    font-weight: 200;
    color: #feffff !important;

    a {
        color: #feffff !important;
    }
  }
  
  /* Media Query for Mobile Devices */
  @media (max-width: 1000px) {
    .message-container {
      width: 95vw;
      height: 70vh;
    }
  
    .refer-email {
      width: 90%;
    }
  
    .url-mesaage {
      width: 100%;
    }
  }
  