input[type=text], input[type=email], textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
   }

label {
    background-color: #000000;
    color: rgb(255, 255, 255);
    font-size: 1rem;
    font-family: "Archivo Black", arial, sans-serif;
}
   
   body {
    font-size: .876rem;
    background-color: #000000;
    min-height: 1000px;
  }
  
  /* latin-ext */
  @font-face {
    font-family: 'Archivo Black';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/archivoblack/v16/HTxqL289NzCGg4MzN6KJ7eW6CYKF_i7y.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Archivo Black';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/archivoblack/v16/HTxqL289NzCGg4MzN6KJ7eW6CYyF_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
  
  /*
   * Navbar
   */
  
  .navbar {
    background-color: #000000;
    font-family: "Archivo Black", arial, sans-serif;
  }
  
  .navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
    font-family: "Archivo Black", arial, sans-serif;
  }
  
  .navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
  }
  
  .navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
  }
  
  .form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
  }
  
  .form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }
  
  .htmx-settling img {
    opacity: 0;
  }
  img {
   transition: opacity 300ms ease-in;
  }
  
  .card {
    background-color: #000000;
    font-family: "Archivo Black", arial, sans-serif;
  }

  .card-text {
    background-color: #000000;
    color: rgb(255, 255, 255);
    font-size: 1rem;
    font-family: "Archivo Black", arial, sans-serif;
  }

  .container .text-center {
    background-color: #000000;
    color: rgb(255, 255, 255);
    font-size: 2.5rem;
    font-family: "Archivo Black", arial, sans-serif;
  }