.header{
  font-size: 30pt;

  margin-bottom: 2em;
  margin-top: 1em;
}


.prompt{

  height: 200px;
  color: #087e8b;
  color: #ff6b35;


  font-family: "PT Sans Narrow", sans-serif;  font-weight: 400;
  font-style: normal;
  font-size: 25pt;
/*  color: white;*/

}


.para{

  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20pt;
  color: white;

  min-height: 100px;


}


.icon{
  font-size: 15pt;
  color: #087e8b;
    color: #ff6b35;
/*    border: 1px solid green;*/
    vertical-align: baseline;
transform: translate(-5px, 0);
margin-right: 0;
padding-right: 0;
}

.ih{
  display: inline-block;
  border: 1px solid white;
}


.button-rack{
  display: flex;
  justify-content: flex-end;
}

