body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

main, article, section {
  display: block;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

body {
  font: 400 16px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  min-height: 100vh;
  max-width: 45rem;
  margin: 0 auto;
  padding: 0 1rem;
}

a {
  color: rgb(18, 78, 161);;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

header {
  border-bottom: 1px solid #ddd;
  padding: 1.5rem 0;
  margin-bottom: 2rem;
}

footer {
  border-top: 1px solid #ddd;
  padding: 1.5rem 0;
  margin-top: 2rem;
  color: #777;
  font-size: 0.875rem;
}

footer ul {
  list-style: none;
  display: flex;
}

footer li {
  margin-right: 0.75rem;
}

h1 {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.15;
}

h2 {
  margin-top: 1.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.25;
}

time {
  display: block;
  font-size: 0.875rem;
  color: #777;
}

p {
  margin: 0.75rem 0;
}

.full-screen-centered {
  height: 100vh;
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content: center;
  text-align: center;
}

.mt-1 {
  margin-top: 0.25rem;
}

.-mb-2 {
  margin-bottom: -0.5rem
}

.mb-6 {
  margin-bottom: 1.5rem
}

.max-w-xs {
  max-width: 20rem;
}