h1, .h1 {
  font-size: 1.5rem;
}

body {
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #646a71;
  background-color: #fff;
}

.lead {
  font-size: 1.1rem;
  font-weight: 400;
}

a {
  color: #4dac3c;
  text-decoration: none;
	
}