html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#social_link_pages-root {
  min-height: 100%;
  position: relative;
}

#slp-Render {
  min-height: 100vh;
  padding-bottom: 4rem;
  /* Height of the footer */
}
#slp-Render .slp-Separator {
  position: relative;
  min-height: 1rem;
  overflow: hidden;
  text-align: center;
}
#slp-Render .slp-Separator:before, #slp-Render .slp-Separator:after {
  background-color: black;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
#slp-Render .slp-Separator:before {
  margin-left: -50%;
}
#slp-Render .slp-Separator:after {
  margin-right: -50%;
}

#slp-Footer {
  background: white;
  bottom: 0;
  font-size: 0.82rem;
  opacity: 0.236;
  padding-top: 5px;
  position: absolute;
  width: 100%;
  height: 2rem;
  /* Height of the footer */
}

#slp-Footer a {
  color: black;
  font-style: italic;
  text-decoration: underline;
}

/*# sourceMappingURL=link-page.css.map */
