@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600&display=swap");
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  width: 100%;
  max-width: 376px;
  height: 100vh;
  color: #ce9797;
}

.header {
  padding: 28px 30px;
}

#logo {
  height: 20px;
}

h1 {
  margin: 66px 80px 25px 66px;
  font-size: 1.875rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 12px;
  line-height: 2.5rem;
}

h1 span {
  color: #413a3a;
  font-weight: 600;
}

.content,
form {
  padding: 0 1.875rem 36px 1.875rem;
}

p {
  text-align: center;
  line-height: 1.375rem;
}

form {
  position: relative;
  width: 80%;
}

#email {
  width: 90%;
  height: 2.812rem;
  border: 1px solid #ce9797;
  border-radius: 25px;
  padding-left: 1.375rem;
}

#submit {
  position: absolute;
  cursor: pointer;
  width: 4rem;
  height: 3rem;
  border-radius: 25px;
  border-style: none;
  margin-left: -50px;
  background: linear-gradient(135deg, #f8bfbf, #ee8c8c);
  -webkit-box-shadow: 0px 7px 10px 5px rgba(206, 151, 151, 0.3);
          box-shadow: 0px 7px 10px 5px rgba(206, 151, 151, 0.3);
}

::-webkit-input-placeholder {
  color: #ce9797;
}

:-ms-input-placeholder {
  color: #ce9797;
}

::-ms-input-placeholder {
  color: #ce9797;
}

::placeholder {
  color: #ce9797;
}

.attribution {
  font-size: 11px;
  text-align: center;
}

.attribution a {
  color: #3e52a3;
}
/*# sourceMappingURL=style.css.map */