@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;
  min-height: 360px;
  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: 24px;
  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,
.phone-program {
  margin-top: 10px;
  margin-bottom: 10px;
}

.phone-program {
  width: 300px;
  height: 20px;
}

.phone-number {
  font-weight: 200;
}

/* Media Query for Mobile Devices */
@media (max-width: 1000px) {
  .message-container {
    width: 95vw;
    height: 60vh;
  }

  .refer-email {
    width: 90%;
  }

  .url-mesaage {
    width: 100%;
  }
}
