html {
    font-size: 10px;
}

.centered {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.setup-text {
    margin-bottom: 5rem;
}

.enrollment-input {
    margin-top: 3rem;
}

.footer {
    margin-top: 10rem;
}
  
  
  /* Custom page CSS
  -------------------------------------------------- */
  /* Not required for template or sticky footer method. */
  
  .container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
  }