.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: black;
  color: white;
  padding: 20px;
  text-align: center;
}
header {
  font-family: 'Inter', sans-serif;
  color: white;
  text-align: center;
  position: relative;
  top: 25px;
  margin: 0 auto;
  max-width: 800px;
}

body {
	background-image: url("../images/kdndvrrmebp01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	
}
h1{
  font-family: 'Inter', sans-serif;
  color: white;
  text-align: center;
  position: relative;
  top: 25px;
  margin: 0 auto;

}
h2{
  font-family: 'Inter', sans-serif;
  color: white;
  text-align: center;
  position: relative;
  top: 50px;
  margin: 0 auto;

}
/* Style for Mailchimp form */
#mc_embed_signup {
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  max-width: 1000px; /* adjust as needed */
  margin: 0 auto; /* center the form horizontally */
  position: absolute; /* add this to position the form */
  bottom: -600; /* add this to position the form */
  left: 50%; /* add this to position the form */
  transform: translateX(-50%); /* add this to center the form horizontally */
  color: white;
}

#mc_embed_signup input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 2px solid black;
  margin-bottom: 10px;
  font-size: 16px;
}

#mc_embed_signup select {
  width: 100%;
  padding: 10px;
  border: 2px solid black;
  margin-bottom: 10px;
  font-size: 16px;
}

#mc_embed_signup .asterisk {
  color: black;
}

#mc_embed_signup .optionalParent {
  margin-top: 10px;
}

#mc_embed_signup .button {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

#mc_embed_signup .button:hover {
  background-color: white;
  color: black;
  
}
