app.svelte-m87jb3 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

content.svelte-m87jb3 {
  flex: 1 0 auto;
}

footer.footer.svelte-m87jb3 {
  flex-shrink: 0;
}

html, body {
  height: 100%;
}

.signature.svelte-1dk57cs {
  font-family: "Mistral", cursive;
  font-size: 24px;
  margin: 5px 50px;
}

.card.svelte-1eb9qt6.svelte-1eb9qt6 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-content.svelte-1eb9qt6.svelte-1eb9qt6 {
  margin-top: auto;
}

.load-more-container.svelte-1eb9qt6.svelte-1eb9qt6 {
  text-align: center;
}

.load-more-container.svelte-1eb9qt6 > button.svelte-1eb9qt6 {
  margin: auto;
}

.blogpage img {
  width: 100%;
  max-width: 500px;
  max-height: 500px;
  margin: 2px 20px;
}
.blogpage img:nth-child(2n+1) {
  float: right;
}
.blogpage img:nth-child(2n) {
  float: left;
}

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