/*
  Title: bujri-future-value.css
  Author: ngi bujri
  Date: 7 february 2023
  Description: app demonstrating data validation and complex class types
*/

.danger {
  float: right;
  color: #df546a;
  font-size: 12px;
  letter-spacing: 2px;
}

.form-label {
  display: inline-block;
  padding-top: 1rem;
}

/* center text */
#futureValue {
  text-align: center;
}
