body {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 0px;
}

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

.page {
  position: relative;
  text-align: center;
  align-items: center;
  padding: 20px;
}

.content {
  display: inline-block;
  padding: 10px;
}

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

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