@import url(https://fonts.googleapis.com/css?family=Ceviche+One);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed);

body{
  background: #FBEEE2;
}


.subArea, .emailInput > input{
  margin: 0 auto;
}

.subArea{
  background: #232224;
  width: 450px;
  height: 600px;
  border-radius: 10px;
}

.subTitle{
  color: white;
  font-family: 'Ceviche One', cursive;
  font-size: 55px;
  height: 100px;
  line-height: 140px;
  text-align: center;
  text-shadow: 0 2px 5px #FFF;
}

.subInfo, .emailInput > input, .subButton button{
  font-family: 'Ubuntu Condensed', sans-serif;
}

.subInfo{
  color: #5c5c5c;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.emailInput{
  height: 60px;
  margin-top: 10px;
}

.emailInput > input{
  width: 60%;
  height: 37px;
  text-align: center;
  display: inherit;
  border: none;
  border-radius: 3px;
  outline: none;
}

.subButton button{
  width: 61%;
  height: 37px;
  margin: 50px auto;
  display: inherit;
  background: #A77D53;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  color: white;
  outline: none;
}

.subButton button:hover{
  cursor: pointer;
}