body {
  max-width: 40em;
  margin: 0 auto;
  padding: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, Georgia, serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6em;
  color: #EFEEE7;
  background-color: #001F3F;
}

h1, h2, h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h1,
h1 a {
  color: #bbb;
}

h2, h3 {
  color: #F08D45;
}

a {
  color: #F08D45;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0;
}

button {
  font-size: 1.1em;
  padding: 0.5em 1em;
  background-color: #F08D45;
  color: #001F3F;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: background-color 0.2s ease;
}

button:hover {
  background-color: #e77c2f;
}

label {
  font-size: 0.9em;
  color: #bbb;
  display: block;
  margin: 0;
}

input[type="text"],
input[type="email"] {
  font-size: 1em;
  padding: 0.3em 0.5em;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  max-width: 25em;
}

.site-footer {
  margin-top: 1em;
  font-size: 0.8em;
  text-align: left;
}

.site-footer .dim {
  color: #bbb;
}

.site-footer a {
  color: #F08D45;
  text-decoration: none;
}

.post-date {
  font-size: 0.8em;
  color: #bbb;
  margin-top: 0.1em;
  margin-bottom: 1em;
}