html,
body {
  margin: 0;
}

.newsletter_banner {
  background: #070707;
  position: fixed;
  width: 100%;
  bottom: 0;
}

.newsletter_banner_content {
  padding: 2px;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.newsletter_banner_text {
  flex-grow: 1;
  line-height: 1.4;
  font-family: "Quicksand", sans-serif;
}

.newsletter_banner_close {
  background: none;
  border: none;
  cursor: pointer;
}

.newsletter_banner_text,
.newsletter_banner_close > span {
  color: #ffffff;
}
