body {
  background-color: #F7F8F9;
}
h1 {
  font-size: 32px;
  font-weight: 700;
  color: #3C3C3B;
}
h6 {
  font-size:16px;
  font-weight:400;
  color: #3C3C3B;
}
.intro {
  font-weight: 300;
  font-size: 16px;
  color: #3C3C3B;
}
.r8-input {
  border: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-family: 'europa';
}
.r8-input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: 'europa';
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}
.btn-r8 {
  background-color: #00C794;
  color: #ffffff;
}
.btn {
  font-family: 'europa';
  cursor: pointer;
}
.footer {
  font-size: 14px;
  font-weight: 400;
  color: #3B3B3C;
}
