html, body, h1, h2, h3, div, span, p, header, section, a, button, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    box-sizing: border-box;
    color: #000000;
}

html, body {
  background: #F3F3EE;
  text-align: center;
}

h1 {
  font-size: 24px;
  text-align: center;
  margin: 30px 0 30px 0;
}

h2 {
  font-size: 18px;
  margin: 0 20px 15px 20px;
}

section {
  padding: 25px;
  min-width: 680px;
  margin: 0 20px 35px 20px;
  display: inline-block;
  background: #ffffff;
  box-shadow: 4px 6px 0 0 rgba(0, 0, 0, 0.08);
}

input[type="text"] {
  width: 130px;
  height: 36px;
  padding: 6px 8px 6px 8px;
  border: 1px solid #cccccc;
  background: #fafafa;
  margin: 0 8px 0 8px;
}

input[type="text"]:focus {
  outline: 3px solid rgba(0, 0, 0, 0.1);
  border: 1px solid #000000;
}

input[type="text"]::placeholder {
  color: #666666;
}

button {
  cursor: pointer;
  width: 80px;
  height: 36px;
  padding: 6px 8px 6px 8px;
  margin: 0 8px 0 8px;
  border: 2px solid #000000;
  background: #000000;
  color: #ffffff;
}

button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

footer {
  color: #cccccc;
}

footer a, footer a:visited {
  color: #cccccc;
  text-decoration: none;
}

footer a svg {
  stroke: #cccccc;
  width: 18px;
  height: 18px;
  vertical-align: text-top;
  margin: 0 0 30px 2px;
}