body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  --pico-font-family: "Roboto", sans-serif;
  --pico-font-weigh: 400;
}
body > header {
  padding: 0 var(--pico-spacing) !important;
}
body > header h1 {
  margin-bottom: 0;
}
body > main {
  flex-grow: 1;
}
body > footer {
  font-size: 0.6rem;
}

.bitter {
  font-family: "Bitter", serif;
  --pico-font-family: "Bitter", serif;
  --pico-font-weigh: 400;
}

#main-page {
  display: flex;
  gap: 3rem;
}
#main-page #about {
  max-width: 20%;
}
#main-page #about p {
  font-size: 0.8rem;
}
#main-page #about #image-me {
  border-radius: 50%;
  margin-bottom: 1.4rem;
}
.post .post-image {
  max-width: 80%;
  margin: 0 auto 2rem;
}
.post .post-image img {
  border-radius: 16px;
  height: auto;
  width: 100%;
}
.post .title-block {
  text-align: center;
}
.post .img-block {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.post .img-block figure {
  text-align: center;
  font-size: 0.7rem;
  cursor: pointer;
}
.post .img-block figure img {
  border-radius: 8px;
  height: 10rem;
  width: auto;
  margin: 0 auto;
}

#image-modal article {
  text-align: center;
}

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