body {
  position: relative;
}
.title {
  top: 5rem;
  position: absolute;
  width: 100%;
  height: 100%;
}

.title img {
  width: 500px;
}

#mc_embed_signup_scroll {
  display: flex;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.background {
  background: url("/assets/1LifeArtworkTransparaent.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 80%;
}

.mc-field-group > label + input {
  display: flex;
  justify-content: center;
  min-width: 20rem;
  padding: 0.5rem;
  border: none;
  border-bottom: 0.1rem solid black;
}

.mc-field-group {
  margin-bottom: 1rem;
}

input {
  outline: none;
}

input:focus {
  background-color: rgb(230, 219, 219);
}
