#newsletter{
  position: fixed;
  top: 45%;
  right: 0;
  background: #c9c4b5;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 250px;
  padding: 20px;
  padding-top: 10px;
  text-align: center;
}

#newsletter .close{
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
