body{
  background-color: white;
  font-family: "Poppins", sans-serif;
  margin: 0;
 
}
 
 
h1 {
    display: flex;
    justify-content: center;
    color: rgb(53, 53, 105);
}
 
#recaptcha{
  min-height: 60vh;          /* gives room to center */
  display: flex;
  flex-direction: column;
  justify-content: center;   /* vertical center */
  align-items: center;       /* horizontal center */
  gap: 12px;
}