* {
  margin: 0 auto;
  box-sizing: border-box;
}

body {
  font-family: 'Lato', sans-serif;
  background-color: #f4f4f4;
  color: #333;
  max-width: 800px;
  padding: 20px;
  line-height: 1.6;
}

article {
  margin-bottom: 0.8rem;
}

h1 {
  color: #031425;
  font-weight: 500;
  font-size: x-large;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

h2 {
  color: #031425;
  font-weight: 500;
  font-size: large;
}

h3 {
  font-weight: 500;
  font-size: medium;
}

a {
  color: #333;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

p {
  padding-bottom: 0.5rem;
}

.post-preview {
  margin-bottom: 0.5rem;
}

.date-tags {
  display: inline;
  color: #4f4f4f;
  font-size: 0.8rem;
}

.date {
  margin-right: 0.4rem;
}

.tag {
  margin-right: 0.2rem;
  text-decoration: underline;
  color: #4f4f4f;
  font-size: 0.8rem;
}

footer {
  position: absolute;
  bottom: 0;
  height: 50px;
  font-size: small;
}
