#newsletterArea {
  margin: 12px;
  height: 600px;
  text-align: center;
  position: relative;
}

#newsletterArea h1 {
  font-size: 24px;
  font-weight: bold;
  color: #354253;
}

#newsletterArea h2 {
  font-size: 18px;
  font-weight: bold;
  color: #b2b79a;
}

#newsletterMenu {
  margin-top: 40px;
}

#newsletterMenu .menuButton{
  background-color: #eee;
  border: 1px solid #354253;
  width: 500px;
  height: 20px;
  color: #000;
  padding: 10px;  
  font-weight: bold;
  margin: 10px;
  text-align: center;
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#newsletterMenu .menuButton:hover{
  text-decoration: none;
  background-color: #354253;
  color: #fff;
}

#newsletterStatus {
  margin: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #000;
}

#emailMug {
  position: absolute;
  top: 300px;
  left: 270px;
}
