html {
  font-size: 16px;
  font-family: monospace;
}

body {
  background-color: #111111;
  color: #eaeaea;
  max-width: 800px;
  margin: 5rem auto;
  padding: 0 2.5rem;
}

header {
  font-size: 3.5rem;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  font-weight: 900;
  text-align: right;
}

footer {
  text-align: right;
  font-size: 0.7rem;
  padding-top: 1rem;
  border-top: 1px solid #eaeaea;
}

img {
  width: 100%;
}

.title {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.block {
  margin-bottom: 3rem;
}

a {
  color: #ffea65;
  text-decoration: none;
}

a:hover, a:focus { text-decoration: underline; }
a:active, a:focus { color: #ffb854; }
a:visited { color: #67641e; }
