@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");


body{
  background-color: #FDEEF4;
  font-family: "Poppins", sans-serif;
  margin: 0;

}


h1 {
    display: flex;
    justify-content: center;
    color: #F69DB3;
}

#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;
}
