body {
  font-size: 16px;
}

h1 {
  text-align: center;
  font-size: 1.6rem;
  margin: 0 0 30px 0;
}

h2 {
  font-size: 1.3rem;
  margin: 0 0 30px 0;
}

p {
  margin: 0 0 15px 0;
}

/***********************/
/* Back to top button */
/***********************/
#back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 99;
  background-color: white;
  text-align: center;
}

#back-top a {
  text-decoration: none;
  color: red;
  text-align: center;
  display: block;
  padding: 10px;
}

#back-top a p {
  margin: 0;
}

.grecaptcha-badge {
  display: none;
}
