@charset "UTF-8";
/* Ensure the body and html take up the full height */
html, body {
  height: 100%;
}
/* Make the main content area fill the remaining space */
.content {
  flex: 1 0 auto;
}
/* Make the footer stick to the bottom of the page */
.footer {
  flex-shrink: 0;
}
.layout_other {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}