html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.text-container {
    text-align: center;
}

.thank-you-text {
    font-weight: 400;
    font-size: clamp(2rem, 2vw, 1.8rem);
    position: relative;
    color: #00ff99;
    text-shadow: 0 0 5px #00ff99, 0 0 15px #00ff99, 0 0 30px #00ff99;
    cursor: default;
    text-transform: uppercase;
    white-space: nowrap;
}

    .thank-you-text span {
        display: inline-block;
        position: relative;
        min-width: 0.5ch;
        will-change: contents;
    }

