body {
  background-color: rgb(255, 250, 240);
}

.wrap {
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 3px 1px -2px, rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
  border: none;
  background-color: rgb(245, 245, 245);
}

.button {
  background: linear-gradient(to right, #FF8975, #E9658B);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 3px 1px -2px, rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.button:hover {
  background: linear-gradient(to right, #FF8975, #E9658B);
}

.header {
  border: none;
  padding-bottom: 0;
}

.header .logo {
  text-align: center;
}

.header .logo img {
  max-width: 300px;
}

.header::after {
  content: 'Newsletters';
  text-align: center;
  display: block;
}

footer, footer a {
  color: rgb(17, 17, 17) !important;
}

footer a:hover {
  text-decoration: underline;
  text-decoration-color: rgb(17, 17, 17);
}