dialogflow-messenger/src/App.css [93:103]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  height: 50px;
  min-height: 50px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  border-radius: 5px 5px 0 0;
  color: white;
  background-color: #42a5f5;
  box-shadow: 0px 3px 6px 0px #00000029;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



dialogflow-messenger/src/Styles.ts [37:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  height: 50px;
  min-height: 50px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  border-radius: 5px 5px 0 0;
  color: white;
  background-color: #42a5f5;
  box-shadow: 0px 3px 6px 0px #00000029;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



