html {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  /* -webkit-background-size: cover; */
  /* -moz-background-size: cover; */
  /* -o-background-size: cover; */
  background-size: cover;
  margin: 0px;
  padding: 0px;
  width: calc(100vw - 17px);
  height: 100vh;
  /* overflow-x: hidden; */
}

/*
#background {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
*/

.page {
  position: relative;
  text-align: center;
  align-items: center;
  margin: auto;
  padding: 0px;
  width: 800px;
}

.content {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  display: inline-block;
  margin: 20px;
  padding: 10px;
}

#mc_embed_signup {
  background-color: transparent !important;
}

#mc_embed_signup #mc-embedded-subscribe {
   background-color: #000000 !important;
   color: #ffffff !important;
}
