body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 20px 100px 0px 100px;
    background: #f3f3f3;
}

button {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
}

textarea {
    width: 100%;
    max-width: 500px;
    height: 100px;
}
.footer-container {
  display: flex;
  padding-top: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #969696;
  background-color: #e6e6e6;
}
.footer-container a {
  color: #858fa1;
}
.footer-container p {
  margin: 5px;
}
.footer {
  padding-bottom: 10px;
}
