html,
body {
  margin: 0;
}

.banner {
  background: #eceb98;
  /*position: fixed;
  width: 100%;
  bottom: 0;*/
}

.banner__content {
  padding: 16px;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

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

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

.banner__text,
.banner__close > span {
  color: #000000;
}
