html,
body {
  height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1;
}

.page-content {
  padding: 40px 0;
}
.error-page {
  min-height: 70vh;
  display: grid;
  place-items: center;
}
.error-card {
  max-width: 620px;
  text-align: center;
  margin: 0 auto;
}

.wp-image,
.site-main figure img,
.site-main .wp-caption img {
  display: block;

  width: 100%;
  height: auto;

  margin: 24px auto;

  border-radius: 24px;

  border: 1px solid rgba(141, 255, 46, 0.12);

  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.35),
    0 0 30px rgba(25, 230, 178, 0.08);
}
