@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Slab|Rubik');

body {
  background-color: #f6f7f9;
}
.rejoiner.button {
  font-family: Rubik,Helvetica,Arial,sans-serif;
  color: #ffffff;
  background-color: #3378e1;
}
.rejoiner.button:hover,
.rejoiner.button:focus {
  color:#ffffff;
  background-color: #1c63d0;
}
.rejoiner.header {
  color: #000000;
  font-family: 'Roboto Slab',Helvetica,Arial,sans-serif;
}