body {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}

main > div {
  height: 10rem;
  margin: 2rem;
  border: darkgrey 1px solid;
  border-radius: 8px;
  overflow: hidden;
}

a {
  text-decoration: none;
}

.navbar {
  visibility: hidden;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

html {
  scroll-behavior: smooth;
}

#loadOverlay {
  background: white;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  text-align: center;
}

svg {
  width: 36px;
  height: 36px;
}

.container .post {
  background-color: black;
}

.article-container img {
  max-width: 100%;
  height: auto;
}

pre {
  overflow: auto;
  max-width: 100%;
  padding: 1.6em;
  background-color: #f2f2f2;
}

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