html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Varela Round', sans-serif;font-family: 'Varela Round', sans-serif;
  font-weight: 400;
  color: #515151;
  text-align: center;
  background-color: #eaf6fe;
}


h1 {
	margin-top: 10px;
	font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

p {
	margin-top: 10px;
	font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.rfc {
  width: 100%;
  padding: 15px;
  margin: auto;
}
