*{
    font-family: Montserrat;
    color: rgb(37, 37, 39);
  }



h3 {
  margin-bottom: 0;
}

.footer {
  margin-top: 100px;
  margin-bottom: 100px;
}

.inputGrid {
  display: flex;
  flex-wrap: wrap;
}

.inputGridItem {
  margin: 10px;
}

.subtitle {
  font-style: italic;
  font-size: 10px;
  color:rgb(25, 25, 26)
}

.export {
  margin-bottom: 10px;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  min-width: 64px;
  padding: 5px 15px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: rgb(25, 134, 236);
  text-transform: none;
  border: 1px solid rgba(39, 21, 92, 0.1);
  border-radius: 10px;
  overflow-wrap: break-word;
  white-space: nowrap;
}