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;
}

.demographics-input-label {
   min-width: 200px;
}

.demographics-input-text {
   min-width: 500px;
   margin-bottom: 10px;
}

#exercise-item-prime-text, #exercise-item-prime-text-sample {
   font-size: 25px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   line-height: 100px;
   text-align: center;
   width: 500px;
   height: 100px;
   margin-top: 15px;
   border-radius: 10px;
   background-color: aliceblue;
   border: 3px solid black;
   color: black;
   padding: 1px;
}

   #exercise-item-prime-text {
      margin-top: 100px;
   }

   #exercise-item-instructions, #exercise-item-practice-feedback {
      margin: auto;
      text-align: center;
   }

#exercise-item-practice-feedback {
   color: mediumvioletred
}

#exercise-item-group {
   font-size: 12px;
}