body {
font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  /*color: #2E2E2E !important;*/
  color: #3F3D56 !important;
  /*background: #FFF5E1;*/
}
h1, h2 {
  /*font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;*/
}

h2, h3, h4, h5 {
  line-height: 1.4;
}
main {
  padding-bottom: 3rem;
}
footer {
  color: #FFF5E1 !important;
  background: #3F3D56;
  margin-top: 2rem !important;
}
p {
  /*margin: 0;
  padding: 0;*/
  line-height: 150%;
}
/*.try-something {
  background: #FFF5E1;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  margin: 2rem auto;
}*/
