body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

h1, h2, h3, h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
  font-size: 1.8em;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  h1, h2, h3, h4 {
    font-size: 1.6em;
  }
}
h1 a, h2 a, h3 a, h4 a {
  text-decoration: none;
}

a {
  color: #004bfc;
}

.page {
  min-height: 90vh;
}

.content {
  max-width: 1024px;
  padding: 16px;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .content {
    padding: 8px;
  }
}

footer {
  max-width: 1024px;
  padding: 16px;
  margin: auto;
  color: #ccc;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 0.8em;
}

input, select, textarea {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  border-radius: 3px;
  padding: 8px;
  box-sizing: border-box;
  vertical-align: middle;
  border: 2px solid #000;
  min-width: 240px;
}
input:disabled, select:disabled, textarea:disabled {
  border-color: #ccc;
  background-color: #eee;
  color: #999;
}

input[type=submit], input[type=button] {
  background-color: #000;
  color: #fff;
  font-weight: 600;
}

input, select {
  height: 42px;
}

textarea {
  min-height: 5em;
}

ul.error {
  color: #bd1616;
  font-weight: 600;
}

.alert {
  background-color: #eee;
  border-radius: 3px;
  padding: 1em;
}

/*# sourceMappingURL=style.css.map */
