body { text-align: center; padding: 2%; background-color: #f5f4f4dc;}
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: center; width: 80%; margin: 0 auto; padding: 3%; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }

.status-msg { text-align: center; color: #a32a2a; font-weight: bold; }

# Form
form {
    background-color: #000;
    padding: 10px;
}

input[type=email] { 
  text-align: center; 
  font: 18px Helvetica, 
  sans-serif; 
  color: #333; 
  width: 50%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

textarea { 
  text-align: center; 
  font: 18px Helvetica, 
  sans-serif; 
  color: #333; 
  width: 50%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

input[type=text] { 
  text-align: center; 
  font: 18px Helvetica, 
  sans-serif; 
  color: #333; 
  width: 50%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

::-webkit-input-placeholder { text-align: center;}
:-moz-placeholder { /* Firefox 18- */ text-align: center; }
::-moz-placeholder {  /* Firefox 19+ */ text-align: center; } 
:-ms-input-placeholder { text-align: center; }